Properties
Name | Type | Description |
|---|---|---|
Application | Returns the Engine object. | |
Common settings | ||
Specifies the mode of export to XPS format. The default value of this property is XEM_ImageOnText. | ||
Specifies paper height and width. | ||
Specifies if the author, subject, title, and keywords of the document should be written into the output XPS file. These parameters of the document are defined in the DocumentContentInfo subobject of the FRDocument object. | ||
Pictures export | ||
Specifies the image format and JPEG quality which should be used during export. | ||
Methods
| Name | Description |
|---|---|
| CopyFrom | Initializes properties of the current object with values of similar properties of another object. |
| LoadFromFile | Restores the object contents from a file on disk. |
| LoadFromMemory <Note> : Windows only. </Note> | Restores the object contents from the global memory. |
| SaveToFile | Saves the object contents into a file on disk. |
| SaveToMemory <Note> : Windows only. </Note> | Saves the object contents into the global memory. |
Related objects
Object Diagram
Output parameter
This object is the output parameter of the CreateXPSExportParams method of the Engine object.Input parameter
This object is passed as the input parameter to the following methods:- Export, ExportPages, ExportToMemory methods of the FRDocument object
- Export method of the FRPage object
- RecognizeImageFile method of the Engine object
- OnExportPages method of the IDocumentViewerEvents interface for Windows Visual Components
