'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 - command must copy optional content properties from target PDF document to the source PDF document;
false - command must NOT copy optional content properties from target PDF document to the source PDF document.
false - command must NOT copy optional content properties from target PDF document to the source PDF document.