'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 - невидимое содержимое на PDF странице должно быть удалено; false - невидимое содержимое на PDF странице НЕ должно быть удалено.