CopyInteractiveForm Свойство (PdfDocumentCopyCommand)
Возвращает или задает значение, указывающее, должна ли команда копировать интерактивную форму из целевого PDF документа в исходный PDF документ.
[DefaultValue(True)]
[Category("Settings")]
[Description("A value indicating whether command must copy interactive form from target PDF document to the source PDF document.")]
public bool CopyInteractiveForm { get; set; }
[DefaultValue(True)]
[Category("Settings")]
[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
);
[DefaultValue(True)]
[Category("Settings")]
[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 );
}
Property Value
True - команда должна копировать интерактивную форму из целевого PDF документа в исходный PDF документ;
false - команда НЕ должна копировать интерактивную форму из целевого PDF документа в исходный PDF документ.
Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5