Table of Contents

Class PdfSoftMask

Namespace
PdfSharp.Pdf.Advanced
Assembly
PdfSharp.dll

Represents a PDF soft mask.

public class PdfSoftMask : PdfDictionary, ICloneable, IEnumerable<KeyValuePair<string, PdfItem?>>, IEnumerable
Inheritance
PdfSoftMask
Implements
Inherited Members

Constructors

PdfSoftMask(PdfDocument)

Initializes a new instance of the PdfXObject class.

public PdfSoftMask(PdfDocument document)

Parameters

document PdfDocument

The document that owns the object.