Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Graphics.Images Namespace / PdfImageBase Class / ImageMask Property

In This Topic
    ImageMask Property (PdfImageBase)
    In This Topic
    Gets a value indicating whether the image is defined as a stencil mask for painting in the current color.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property ImageMask As System.Boolean
    public virtual System.bool ImageMask {get;}
    See Also