Public Methods
Public Properties
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.
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.
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.
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
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.
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.
Attaches a file to the document. Overload List
Attaches a thumbnail to the document. Syntax Parameters image A Infragistics.Documents.Reports.Graphics.Image object that defines the thumbnail.