Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfGraphics Class / SoftMask Property

In This Topic
    SoftMask Property
    In This Topic
    Gets or sets the GrapeCity.Documents.Pdf.Graphics.SoftMaskBase object defining current Soft Mask.
    Syntax
    'Declaration
     
    Public Property SoftMask As SoftMaskBase
    public SoftMaskBase SoftMask {get; set;}
    See Also