'Declaration <DescriptionAttribute("A value indicating whether PDF page should be rendered with Vintasoft annotations.")> <DefaultValueAttribute(False)> Public Property DrawVintasoftAnnotations As Boolean
[Description("A value indicating whether PDF page should be rendered with Vintasoft annotations.")] [DefaultValue(False)] public bool DrawVintasoftAnnotations { get; set; }
[Description("A value indicating whether PDF page should be rendered with Vintasoft annotations.")] [DefaultValue(False)] public: __property bool get_DrawVintasoftAnnotations(); public: __property void set_DrawVintasoftAnnotations(
bool value
);
[Description("A value indicating whether PDF page should be rendered with Vintasoft annotations.")] [DefaultValue(False)] public:
property bool DrawVintasoftAnnotations { bool get(); void set(bool value); }
Property Value
Default value is false.