Merger Class |
Namespace: GroupDocs.Merger
The Merger type exposes the following members.
Name | Description | |
---|---|---|
![]() | Merger(Stream) |
Initializes new instance of Merger class.
|
![]() | Merger(String) |
Initializes new instance of Merger class.
|
![]() | Merger(FuncStream) |
Initializes new instance of Merger class.
|
![]() | Merger(Stream, ILoadOptions) |
Initializes new instance of Merger class.
|
![]() | Merger(Stream, MergerSettings) |
Initializes new instance of Merger class.
|
![]() | Merger(String, ILoadOptions) |
Initializes new instance of Merger class.
|
![]() | Merger(String, MergerSettings) |
Initializes new instance of Merger class.
|
![]() | Merger(FuncStream, ILoadOptions) |
Initializes new instance of Merger class.
|
![]() | Merger(FuncStream, MergerSettings) |
Initializes new instance of Merger class.
|
![]() | Merger(Stream, ILoadOptions, MergerSettings) |
Initializes new instance of Merger class.
|
![]() | Merger(String, ILoadOptions, MergerSettings) |
Initializes new instance of Merger class.
|
![]() | Merger(FuncStream, ILoadOptions, MergerSettings) |
Initializes new instance of Merger class.
|
Name | Description | |
---|---|---|
![]() | AddPassword |
Protects document with password.
|
![]() | ChangeOrientation |
Applies a new orientation mode for the specified pages.
|
![]() | Dispose |
Disposes resources.
|
![]() | ExtractPages |
Makes a new document with some pages from the source document.
|
![]() | GeneratePreview |
Generates document pages preview.
|
![]() | GetDocumentInfo |
Gets information about document pages: their sizes, maximum page height, the width of a page with the maximum height.
|
![]() | IsPasswordSet |
Checks whether document is password protected.
|
![]() | Join(Stream) |
Joins the documents into one single document.
|
![]() | Join(String) |
Joins the documents into one single document.
|
![]() | Join(Stream, IJoinOptions) |
Joins the documents into one single document.
|
![]() | Join(String, IJoinOptions) |
Joins the documents into one single document.
|
![]() | MovePage |
Moves page to a new position within document of known format.
|
![]() | RemovePages |
Removes pages from document of known format.
|
![]() | RemovePassword |
Removes password from document.
|
![]() | RotatePages |
Rotate pages of the document.
|
![]() | Save(Stream) |
Saves the result document to the stream document.
|
![]() | Save(String) |
Saves the result document file to filePath.
|
![]() | Save(String, Boolean) |
Saves the result document file to filePath.
|
![]() | Split(ISplitOptions) |
Splits the single document to the multiple documents.
|
![]() | Split(ITextSplitOptions) |
Splits the single document to the multiple documents.
|
![]() | SwapPages |
Swaps two pages within document of known format.
|
![]() | UpdatePassword |
Updates existing password for document.
|