Click or drag to resize
Pdftools logo

DocumentAssembler Class

The class for splitting or merging PDF documents

Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.DocumentAssemblyDocumentAssembler

Namespace: PdfTools.DocumentAssembly
Assembly: PdfTools (in PdfTools.dll) Version: 1.9.1+b77910aba6fa7f07fcfd9b66a6f8c5a618f049a3
Syntax
C#
public class DocumentAssembler : NativeObject, 
	IDisposable

The DocumentAssembler type exposes the following members.

Constructors
 NameDescription
Public methodDocumentAssembler 
Top
Methods
 NameDescription
Public methodAppend This method copies document properties and a range of pages from inDoc.
Public methodAssemble

Assemble the input documents

The input documents appended with Append(Document, NullableInt32, NullableInt32, DocumentCopyOptions, PageCopyOptions) are assembled into the output PDF.
Public methodDispose

Close the object.

Release all resources associated with the object.
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also