Name | Description | |
---|---|---|
![]() | PdfDocumentCopyCommand | Initializes a new instance of the PdfDocumentCopyCommand class. |
Name | Description | |
---|---|---|
![]() | PdfDocumentCopyCommand | Initializes a new instance of the PdfDocumentCopyCommand class. |
Name | Description | |
---|---|---|
![]() | BookmarkContainer | Gets or sets the bookmark collection, where bookmark tree from target PDF document must be added to the source PDF document. |
![]() | CanModifyTarget | Gets a value indicating whether this processing command can modify target object. (Inherited from ProcessingCommand<TTarget>) |
![]() | CopyBookmarks | Gets or sets a value indicating whether command must copy bookmarks from target PDF document to the source PDF document. |
![]() | CopyDocumentLevelJavaScripts | Gets or sets a value indicating whether command must copy document-level JavaScript actions from target PDF document to the source PDF document. |
![]() | CopyInteractiveForm | Gets or sets a value indicating whether command must copy interactive form from target PDF document to the source PDF document. |
![]() | CopyOptionalContentProperties | Gets or sets a value indicating whether command must copy optional content properties from target PDF document to the source PDF document. |
![]() | InteractiveFormFieldsContainer | Gets or sets the interactive form field collection, where interactive form field tree from target PDF document must be added to the source PDF document. |
![]() | IsMultithreadingSupported | Gets a value indicating whether this processing command supports multithreading. |
![]() | Name | Gets the name of processing command. |
![]() | PageIndexes | Gets or sets indexes of PDF pages, which must be copied from targed PDF document. |
![]() | SourceDocument | Gets the source document, where target PDF document must be copied. |
![]() | TargetType | Gets the type of the target of processing command. (Inherited from ProcessingCommand<TTarget>) |
Name | Description | |
---|---|---|
![]() | CanApplyTo | Determines whether this processing command can be applied to the specified target. (Inherited from ProcessingCommand<TTarget>) |
![]() | ConvertTarget | Overloaded. Create retargeted command with specified target type. (Inherited from ProcessingCommand<TTarget>) |
![]() | Execute | Overloaded. Executes processing command on the specified target. |
![]() | SetBookmarkContainer | Sets the bookmark container, where bookmark tree from target PDF document must be added to the source PDF document. |
![]() | SetInteractiveFormFieldsContainer | Sets the interactive form fields container, where interactive form field tree from target PDF document must be added to the source PDF document. |
![]() | ToString | Returns a string representation of this object. (Inherited from ProcessingCommand<TTarget>) |