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.0.0
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