VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / PdfRenderingSettings Class / DrawVintasoftAnnotations Property
Syntax Remarks Requirements SeeAlso
In This Topic
    DrawVintasoftAnnotations Property (PdfRenderingSettings)
    In This Topic
    Gets or sets a value indicating whether PDF page should be rendered with Vintasoft annotations.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A value indicating whether PDF page should be rendered with Vintasoft annotations.")>
    <DefaultValueAttribute(False)>
    Public Property DrawVintasoftAnnotations As Boolean
    
    
    [Description("A value indicating whether PDF page should be rendered with Vintasoft annotations.")]
    [DefaultValue(False)]
    public bool DrawVintasoftAnnotations { get; set; }
    
    
    [Description("A value indicating whether PDF page should be rendered with Vintasoft annotations.")]
    [DefaultValue(False)]
    public: __property bool get_DrawVintasoftAnnotations();
    public: __property void set_DrawVintasoftAnnotations(
    bool value
    );
    [Description("A value indicating whether PDF page should be rendered with Vintasoft annotations.")]
    [DefaultValue(False)]
    public:
    property bool DrawVintasoftAnnotations { bool get(); void set(bool value); }

    Property Value

    Default value is false.
    Remarks

    You should set values of this property and DrawPdfAnnotations property to true if you want to render page with all annotations.

    You should set value of this property to false if you render pages for VintaSoft's annotation viewer or annotated thumbnail viewer.

    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