VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / WebPdfEncoderSettings Class / generateAnnotationAppearance Property
Syntax Remarks Requirements SeeAlso
In This Topic
    generateAnnotationAppearance Property (WebPdfEncoderSettings)
    In This Topic
    Gets or sets a value indicating whether annotations appearance must be saved in PDF document.
    Syntax
    'Declaration
    
    Public Property generateAnnotationAppearance As Boolean
    
    
    public bool generateAnnotationAppearance { get; set; }
    
    
    public: __property bool get_generateAnnotationAppearance();
    public: __property void set_generateAnnotationAppearance(
    bool value
    );
    public:
    property bool generateAnnotationAppearance { bool get(); void set(bool value); }

    Property Value

    true - SDK will save to PDF document:
    • annotation in Vintasoft format, annotation will be visible in Vintasoft.Imaging.Annotation.AnnotationViewer and Vintasoft.Imaging.Annotation.AnnotatedThumbnailViewer"
    • PDF appearance of annotation, annotation will be visible in Adobe Reader and all PDF compatible viewers.

    false - SDK will save to PDF document:
    • annotation in Vintasoft format, annotation will be visible in Vintasoft.Imaging.Annotation.AnnotationViewer and Vintasoft.Imaging.Annotation.AnnotatedThumbnailViewer

    Default value: false.
    Remarks

    You can set value of this property to false if you plan to view your PDF documents only with your software.
    PDF document will have smaller size than value of this property is set to false.

    Requirements

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

    See Also