Name | Description | |
---|---|---|
![]() | PreviewFile Constructor | Overloaded. |
The following tables list the members exposed by PreviewFile.
Name | Description | |
---|---|---|
![]() | PreviewFile Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | APIVersion | Version of the API. |
![]() | BoxType | Progress box type for the Print() method. |
![]() | Count | Number of pages. |
![]() | EmfResolution | Resolution of the metafiles generated internally. |
![]() | Filename | Filename. |
![]() | FileVersion | Version of the file. |
![]() | Handle | Internal handle of the preview file. |
![]() | Item | The class indexer provides access to the each page of the preview file. A page is always represented by the PreviewPage class. Alternatively the class supports the IEnumerable interface - you can cover the pages with a for each... in loop. |
![]() | Language | |
![]() | Pages | Gives access to the page collection stored in this preview file. |
![]() | PrinterCount | Number of printers used for the original printout. |
![]() | Units | Unit system used for the original printout. |
Name | Description | |
---|---|---|
![]() | Append | Overloaded. You can append several preview files. In order to do this, you must first open the destination file. Since a write access is required, you must pass the second parameter, ReadOnly, as false. Subsequently, you can pass the file name of the file to be added to the Append method. Alternatively, you can also assign a handle to a preview file in the memory or to another instance of the PreviewFile. |
![]() | Close | Close the preview file. |
![]() | ConvertTo | Overloaded. This method converts the preview file to the selected format. |
![]() | DeleteFiles | Delete the preview file(s). |
![]() | Dispose | |
![]() | GetEnumerator | |
![]() | GetFilename | Overloaded. Returns the file name of the PreviewFile instance. |
![]() | GetProjectParameterValue | ProjectParameters from a preview file can be queried hereby. |
![]() | Overloaded. Prints the preview file. |