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