VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfPageBurnAnnotationsCommand Class / AnnotationRenderingMode Property
Syntax Remarks Requirements SeeAlso
In This Topic
    AnnotationRenderingMode Property (PdfPageBurnAnnotationsCommand)
    In This Topic
    Gets or sets the annotation rendering mode.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The annotation rendering mode.")>
    Public Property AnnotationRenderingMode As Vintasoft.Imaging.Pdf.PdfAnnotationRenderingMode
    
    
    [Description("The annotation rendering mode.")]
    public Vintasoft.Imaging.Pdf.PdfAnnotationRenderingMode AnnotationRenderingMode { get; set; }
    
    
    [Description("The annotation rendering mode.")]
    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.Annotations.
    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