'Declaration <DescriptionAttribute("A value indicating whether command must copy optional content properties from target PDF document to the source PDF document.")> <DefaultValueAttribute(True)> <CategoryAttribute("Settings")> Public Property CopyOptionalContentProperties As Boolean
[Description("A value indicating whether command must copy optional content properties from target PDF document to the source PDF document.")] [DefaultValue(True)] [Category("Settings")] public bool CopyOptionalContentProperties { get; set; }
[Description("A value indicating whether command must copy optional content properties from target PDF document to the source PDF document.")] [DefaultValue(True)] [Category("Settings")] public: __property bool get_CopyOptionalContentProperties(); public: __property void set_CopyOptionalContentProperties(
bool value
);
[Description("A value indicating whether command must copy optional content properties from target PDF document to the source PDF document.")] [DefaultValue(True)] [Category("Settings")] public:
property bool CopyOptionalContentProperties { bool get(); void set(bool value); }
Property Value
True - команда должна копировать дополнительные свойства содержимого из целевого PDF документа в исходный PDF документ;
false - команда НЕ должна копировать дополнительные свойства содержимого из целевого PDF документа в исходный PDF документ.
false - команда НЕ должна копировать дополнительные свойства содержимого из целевого PDF документа в исходный PDF документ.