'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether the PDF annotations must be removed from PDF page.")> Public Property RemoveAnnotations As Boolean
[DefaultValue(True)] [Description("A value indicating whether the PDF annotations must be removed from PDF page.")] public bool RemoveAnnotations { get; set; }
[DefaultValue(True)] [Description("A value indicating whether the PDF annotations must be removed from PDF page.")] public: __property bool get_RemoveAnnotations(); public: __property void set_RemoveAnnotations(
bool value
);
[DefaultValue(True)] [Description("A value indicating whether the PDF annotations must be removed from PDF page.")] public:
property bool RemoveAnnotations { bool get(); void set(bool value); }
Property Value
True - the PDF annotations must be removed from PDF page; false - the PDF annotations must NOT be removed from PDF page.