VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / PdfRenderingSettings Class / AnnotationRenderingMode Property
Syntax Remarks Requirements SeeAlso
In This Topic
    AnnotationRenderingMode Property (PdfRenderingSettings)
    In This Topic
    Gets or sets the annotation rendering mode.
    Syntax
    'Declaration
    
    Public Property AnnotationRenderingMode As Vintasoft.Imaging.Pdf.PdfAnnotationRenderingMode
    
    
    public Vintasoft.Imaging.Pdf.PdfAnnotationRenderingMode AnnotationRenderingMode { get; set; }
    
    
    public: __property Vintasoft.Imaging.Pdf.PdfAnnotationRenderingMode get_AnnotationRenderingMode();
    public: __property void set_AnnotationRenderingMode(
    Vintasoft.Imaging.Pdf.PdfAnnotationRenderingMode value
    );

    Property Value

    Default value is PdfAnnotationRenderingMode.RenderDisplayable | PdfAnnotationRenderingMode.RenderPrintable | PdfAnnotationRenderingMode.MarkupAnnotations | PdfAnnotationRenderingMode.NonMarkupAnnotations.
    Remarks

    Annotation type and annotation flags are obligatory for annotation rendering.

    Examples:

    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