'Declaration <DescriptionAttribute("A value indicating whether unused names must be removed from PDF document.")> <DefaultValueAttribute(True)> Public Property RemoveUnusedNames As Boolean
[Description("A value indicating whether unused names must be removed from PDF document.")] [DefaultValue(True)] public bool RemoveUnusedNames { get; set; }
[Description("A value indicating whether unused names must be removed from PDF document.")] [DefaultValue(True)] public: __property bool get_RemoveUnusedNames(); public: __property void set_RemoveUnusedNames(
bool value
);
[Description("A value indicating whether unused names must be removed from PDF document.")] [DefaultValue(True)] public:
property bool RemoveUnusedNames { bool get(); void set(bool value); }
Property Value
True - неиспользуемые имена должны быть удалены из PDF документа; false - неиспользуемые имена НЕ должны быть удалены из PDF документа.
Значение по умолчанию: true.
Значение по умолчанию: true.