'Declaration <DescriptionAttribute("A value indicating whether PDF page should be rendered with PDF markup annotations.")> <DefaultValueAttribute(True)> Public Property DrawPdfMarkupAnnotations As Boolean
[Description("A value indicating whether PDF page should be rendered with PDF markup annotations.")] [DefaultValue(True)] public bool DrawPdfMarkupAnnotations { get; set; }
[Description("A value indicating whether PDF page should be rendered with PDF markup annotations.")] [DefaultValue(True)] public: __property bool get_DrawPdfMarkupAnnotations(); public: __property void set_DrawPdfMarkupAnnotations(
bool value
);
[Description("A value indicating whether PDF page should be rendered with PDF markup annotations.")] [DefaultValue(True)] public:
property bool DrawPdfMarkupAnnotations { bool get(); void set(bool value); }
Property Value
Default value is true.