Interface for CHtmlOutputParams wrapper.
More...
Go to the source code of this file.
Interface for CHtmlOutputParams wrapper.
◆ CHtmlOutputParams_Create()
Create is instantiating a new instance of CHtmlOutputParams and associated data object.
- Parameters
-
| evPageLayout | the page layout type. |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
- Note
- Limitation: Flowing and Editable layouts will provide the same output
- Returns
- New instance of CHtmlOutputParams
◆ CHtmlOutputParams_Destroy()
| void CHtmlOutputParams_Destroy |
( |
CHtmlOutputParams |
argCHtmlOutputParams, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Destroys a CHtmlOutputParams handle.
- Parameters
-
| argCHtmlOutputParams | CHtmlOutputParams handle to destroy |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CHtmlOutputParams_GetJpegCompressionOptions()
Get the Jpeg Compression Options.
- Returns
- the Jpeg compression options object
- Parameters
-
| argCHtmlOutputParams | CHtmlOutputParams handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CHtmlOutputParams_GetPageLayout()
Get the page layout type.
- Returns
- the page layout type
- Parameters
-
| argCHtmlOutputParams | CHtmlOutputParams handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CHtmlOutputParams_SetJpegCompressionOptions()
Set the Jpeg Compression Options property.
- Parameters
-
| argCHtmlOutputParams | CHtmlOutputParams handle |
| argJpegCompressionOptions | a Jpeg compression options object |
| pargException | Pointer to exception structure that will be filled if an exception occurs |