'Declaration <DescriptionAttribute("A value indicating whether unused pages must be removed from PDF document.")> <DefaultValueAttribute(True)> Public Property RemoveUnusedPages As Boolean
[Description("A value indicating whether unused pages must be removed from PDF document.")] [DefaultValue(True)] public bool RemoveUnusedPages { get; set; }
[Description("A value indicating whether unused pages must be removed from PDF document.")] [DefaultValue(True)] public: __property bool get_RemoveUnusedPages(); public: __property void set_RemoveUnusedPages(
bool value
);
[Description("A value indicating whether unused pages must be removed from PDF document.")] [DefaultValue(True)] public:
property bool RemoveUnusedPages { bool get(); void set(bool value); }
Property Value
True - unused pages must be removed from PDF document; false - unused pages must NOT be removed from PDF document.
Default value is true.
Default value is true.