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

In This Topic
    ImageMask Property (PdfImage)
    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 Overrides ReadOnly Property ImageMask As System.Boolean
    public override System.bool ImageMask {get;}
    See Also