VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfDocumentCopyCommand Class
In This Topic
PdfDocumentCopyCommand Class Properties
In This Topic
For a list of all properties of this type, see PdfDocumentCopyCommand.
Public Properties
 NameDescription
Public PropertyGets or sets the bookmark collection, where bookmark tree from target PDF document must be added to the source PDF document.
Public PropertyGets a value indicating whether this processing command can modify target object. (Inherited from ProcessingCommand<TTarget>)
Public PropertyGets or sets a value indicating whether command must copy bookmarks from target PDF document to the source PDF document.
Public PropertyGets or sets a value indicating whether command must copy document-level JavaScript actions from target PDF document to the source PDF document.
Public PropertyGets or sets a value indicating whether command must copy interactive form from target PDF document to the source PDF document.
Public PropertyGets or sets a value indicating whether command must copy optional content properties from target PDF document to the source PDF document.
Public PropertyGets or sets the interactive form field collection, where interactive form field tree from target PDF document must be added to the source PDF document.
Public PropertyGets a value indicating whether this processing command supports multithreading.
Public PropertyGets the name of processing command.
Public PropertyGets or sets indexes of PDF pages, which must be copied from targed PDF document.
Public PropertyGets the source document, where target PDF document must be copied.
Public PropertyGets the type of the target of processing command. (Inherited from ProcessingCommand<TTarget>)
See Also