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