IncrementalUpdateDocument Constructor

Creates a new instance of an incremental update document by taking the original document as a PdfDocument object.

public IncrementalUpdateDocument(PdfDocument originalDocument)
Public Sub New (originalDocument As PdfDocument)

Parameters

originalDocument
PdfDocument

The source PDF that needs to be updated.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

IncrementalUpdateDocument
ceTe.DynamicPDF.Merger

In this topic