[]
Represents a PDF Soft Mask as described in the PDF spec 1.7, page 552.
public class SoftMask : SoftMaskBase, IPdfDict
Public Class SoftMask
Inherits SoftMaskBase
Implements IPdfDict
Name | Description |
---|---|
FormXObject | Gets the transparency group FormXObject to be used as the source of alpha or color values for deriving the mask. |
PdfObject | Gets the underlying GrapeCity.Documents.Pdf.Spec.IPdfObject. |
Subtype | Gets the type of the soft mask it can be /Alpha or Luminosity. |
Name | Description |
---|---|
Create(GcPdfDocument, RectangleF) | Creates a SoftMask object. |