VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfDocumentCopyCommand Class
In This Topic
PdfDocumentCopyCommand Class Methods
In This Topic
For a list of all methods of this type, see PdfDocumentCopyCommand.
Public Methods
 NameDescription
Public MethodDetermines whether this processing command can be applied to the specified target. (Inherited from ProcessingCommand<TTarget>)
Public MethodOverloaded. Create retargeted command with specified target type. (Inherited from ProcessingCommand<TTarget>)
Public MethodOverloaded. Executes processing command on the specified target.
Public MethodSets the bookmark container, where bookmark tree from target PDF document must be added to the source PDF document.
Public MethodSets the interactive form fields container, where interactive form field tree from target PDF document must be added to the source PDF document.
Public MethodReturns a string representation of this object. (Inherited from ProcessingCommand<TTarget>)
See Also