Interface for COdtOutputParams wrapper.
More...
Go to the source code of this file.
Interface for COdtOutputParams wrapper.
◆ COdtOutputParams_Create()
Create is instantiating a new instance of COdtOutputParams and associated data object.
- Parameters
-
| evPageLayout | the page layout type |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
- Returns
- New instance of COdtOutputParams
◆ COdtOutputParams_Destroy()
| void COdtOutputParams_Destroy |
( |
COdtOutputParams |
argCOdtOutputParams, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Destroys a COdtOutputParams handle.
- Parameters
-
| argCOdtOutputParams | COdtOutputParams handle to destroy |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ COdtOutputParams_GetJpegCompressionOptions()
Gets the Jpeg Compression Options.
- Returns
- the Jpeg compression options object
- Parameters
-
| argCOdtOutputParams | COdtOutputParams handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ COdtOutputParams_GetPageLayout()
getter for the page layout type.
- Returns
- the page layout type
- Parameters
-
| argCOdtOutputParams | COdtOutputParams handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ COdtOutputParams_GetPageSizeOptions()
Gets the page size options.
- Returns
- the page size options
- Parameters
-
| argCOdtOutputParams | COdtOutputParams handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ COdtOutputParams_SetJpegCompressionOptions()
Sets the Jpeg Compression Options property.
- Parameters
-
| argCOdtOutputParams | COdtOutputParams handle |
| argJpegCompressionOptions | a Jpeg compression options object |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ COdtOutputParams_SetPageSizeOptions()
Sets the page size options.
- Parameters
-
| argCOdtOutputParams | COdtOutputParams handle |
| argPageSizeOptions | the page size options |
| pargException | Pointer to exception structure that will be filled if an exception occurs |