'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether duplicate resources must be removed from PDF document.")> Public Property RemoveDuplicateResources As Boolean
[DefaultValue(True)] [Description("A value indicating whether duplicate resources must be removed from PDF document.")] public bool RemoveDuplicateResources { get; set; }
[DefaultValue(True)] [Description("A value indicating whether duplicate resources must be removed from PDF document.")] public: __property bool get_RemoveDuplicateResources(); public: __property void set_RemoveDuplicateResources(
bool value
);
[DefaultValue(True)] [Description("A value indicating whether duplicate resources must be removed from PDF document.")] 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.