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