Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Graphics Namespace / SoftMaskBase Class
Members

In This Topic
    SoftMaskBase Class
    In This Topic
    The abstract base class representing a PDF Soft Mask.

    According to the PDF specification, a soft mask can be specified as a PDF name object or as a dictionary, see SoftMask.

    Object Model
    SoftMaskBase Class
    Syntax
    'Declaration
     
    Public MustInherit Class SoftMaskBase 
       Inherits GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase
    public abstract class SoftMaskBase : GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase
          GrapeCity.Documents.Pdf.Graphics.SoftMaskBase
             GrapeCity.Documents.Pdf.Graphics.SoftMask

    See Also