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