VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfPageDrawImageCommand Class / OverlayImage Property
Syntax Requirements SeeAlso
In This Topic
    OverlayImage Property (PdfPageDrawImageCommand)
    In This Topic
    Gets or sets an image that should be drawn on PDF page.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(null)>
    <DescriptionAttribute("An image that should be drawn on PDF page.")>
    Public Property OverlayImage As Vintasoft.Imaging.VintasoftImage
    
    
    [DefaultValue(null)]
    [Description("An image that should be drawn on PDF page.")]
    public Vintasoft.Imaging.VintasoftImage OverlayImage { get; set; }
    
    
    [DefaultValue(null)]
    [Description("An image that should be drawn on PDF page.")]
    public: __property Vintasoft.Imaging.VintasoftImage* get_OverlayImage();
    public: __property void set_OverlayImage(
    Vintasoft.Imaging.VintasoftImage* value
    );
    [DefaultValue(null)]
    [Description("An image that should be drawn on PDF page.")]
    public:
    property Vintasoft.Imaging.VintasoftImage^ OverlayImage { Vintasoft.Imaging.VintasoftImage^ get(); void set(Vintasoft.Imaging.VintasoftImage^ value); }
    Requirements

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

    See Also