Version

Search Results

XpsDocument Class Methods

Public Methods

XpsDocument Class Properties

Public Properties

AddBookmark Method (XpsDocument)

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. Return Value An object that implements the IBookmark interface.

AddPage() Method

Creates a new page object that implements the Infragistics.Documents.Reports.XPS.IPage interface and adds it to the internal collection of objects. Syntax Return Value An object that implements the Infragistics.Documents.Reports.XPS.IPage interface.

AddPage(Single,Single) Method

Creates a new page object that implements the Infragistics.Documents.Reports.XPS.IPage 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 Infragistics.Documents.Reports.XPS.IPage interface.

AddPage Method (XpsDocument)

Creates a new page object that implements the Infragistics.Documents.Reports.XPS.IPage interface and adds it to the internal collection of objects. Overload List

AttachFile(Stream,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.

AttachFile(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.

AttachFile Method (XpsDocument)

Attaches a file to the document. Overload List

AttachThumbnail Method (XpsDocument)

Attaches a thumbnail to the document. Syntax Parameters image A Infragistics.Documents.Reports.Graphics.Image object that defines the thumbnail.