'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.
Default value is null.