Class PdfSoftMask
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
PdfDocumentThe document that owns the object.