Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Graphics.Images Namespace / PdfImage Class / GetSoftMask Method

In This Topic
    GetSoftMask Method
    In This Topic
    Returns the PdfImage object defining a soft-mask image, see the PDF specification for details.
    Syntax
    'Declaration
     
    Public Function GetSoftMask() As PdfImage
    public PdfImage GetSoftMask()
    See Also