VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfImageResource Class / StencilMask Property
Syntax Remarks Requirements SeeAlso
In This Topic
    StencilMask Property (PdfImageResource)
    In This Topic
    Gets or sets an image mask to be applied to this image.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Property StencilMask As PdfImageResource
    
    
    [Browsable(False)]
    public PdfImageResource StencilMask { get; set; }
    
    
    [Browsable(False)]
    public: __property PdfImageResource* get_StencilMask();
    public: __property void set_StencilMask(
    PdfImageResource* value
    );
    [Browsable(False)]
    public:
    property PdfImageResource^ StencilMask { PdfImageResource^ get(); void set(PdfImageResource^ value); }
    Remarks

    If ImageMask is true, this entry must not be present.

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also