VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfDocumentCopyCommand Class
Constructors Properties Methods SeeAlso
In This Topic
    PdfDocumentCopyCommand Class Members
    In This Topic
    The following tables list the members exposed by PdfDocumentCopyCommand.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PdfDocumentCopyCommand class.
    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>)
    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