Version

Search Results

PdfDocument Class Events

For a list of all members of this type, see PdfDocument members. Public Events Name Description ReportPublishing Occurs when the report is being published Top

PdfDocument Class Members

Public Constructors Public Properties Public Methods Public Events

PdfDocument Class Methods

Public Methods

PdfDocument Class Properties

Public Properties

AddBookmark Method (PdfDocument)

Creates a new bookmark object that implements the IBookmark interface and adds it to the internal collection of objects. Syntax Parameters pageIndex Page index.x X-component of the target.y Y-component of the target.title The title of the bookmark.opened A boolean value indicating whether to show sub-level bookmar...

AddPage() Method

Creates a new page object that implements the IPdfPage interface and adds it to the internal collection of objects. Syntax Return Value An object that implements the IPdfPage interface.

AddPage(Single,Single) Method

Creates a new page object that implements the IPdfPage interface and adds it to the internal collection of objects. Syntax Parameters width Page width.height Page height. Return Value An object that implements the IPdfPage interface.

AddPage Method (PdfDocument)

Creates a new page object that implements the IPdfPage interface and adds it to the internal collection of objects. Overload List

AttachFile(Stream,String,String,String) Method

Attaches a file to the document. Syntax Parameters stream Stream containing the data for the attachment.name Display name for the attachment.mimeType Mime type of the attachment.description Description for the attachment.

AttachFile(String,String,String,String) Method

Attaches a file to the document. Syntax Parameters fileName Full file path including the name of the file.name Display name for the attachment.mimeType Mime type of the attachment.description Description for the attachment.