VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / PdfEncoderSettings Class / GenerateAnnotationAppearance Property
Syntax Remarks Requirements SeeAlso
In This Topic
    GenerateAnnotationAppearance Property (PdfEncoderSettings)
    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: true.
    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: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also