DocumentPackage Constructors

Overloads

DocumentPackage()Initializes a new instance of the DocumentPackage class.
DocumentPackage(AttachmentLayout)Initializes a new instance of the DocumentPackage class with the specified attachment layout type.

DocumentPackage()

Initializes a new instance of the DocumentPackage class.

public DocumentPackage()
Public Sub New ()

Licensing Info

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

DocumentPackage(AttachmentLayout)

Initializes a new instance of the DocumentPackage class with the specified attachment layout type.

public DocumentPackage(AttachmentLayout layout)
Public Sub New (layout As AttachmentLayout)

Parameters

Licensing Info

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

See Also

DocumentPackage
ceTe.DynamicPDF

In this topic