VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfFlattenTextCommand Class / AnnotationRenderingMode Property
Syntax Requirements SeeAlso
In This Topic
    AnnotationRenderingMode Property (PdfFlattenTextCommand)
    In This Topic
    Gets or sets the annotation rendering mode that must be used for annotation flattening.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The annotation rendering mode that must be used for annotation flattening.")>
    Public Property AnnotationRenderingMode As System.Nullable(Of PdfAnnotationRenderingMode)
    
    
    [Description("The annotation rendering mode that must be used for annotation flattening.")]
    public System.Nullable<PdfAnnotationRenderingMode> AnnotationRenderingMode { get; set; }
    
    
    [Description("The annotation rendering mode that must be used for annotation flattening.")]
    public: __property System.Nullable<PdfAnnotationRenderingMode*>* get_AnnotationRenderingMode();
    public: __property void set_AnnotationRenderingMode(
    System.Nullable<PdfAnnotationRenderingMode*>* value
    );
    [Description("The annotation rendering mode that must be used for annotation flattening.")]
    public:
    property System.Nullable<PdfAnnotationRenderingMode^>^ AnnotationRenderingMode { System.Nullable<PdfAnnotationRenderingMode^>^ get(); void set(System.Nullable<PdfAnnotationRenderingMode^>^ value); }

    Property Value

    null - command should use the annotation rendering mode from document rendering settings.
    Default value is null.
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also