Interface for CRtfOutputParams wrapper.
More...
Go to the source code of this file.
Interface for CRtfOutputParams wrapper.
◆ CRtfOutputParams_Create()
Create is instantiating a new instance of CRtfOutputParams 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 CRtfOutputParams
◆ CRtfOutputParams_Destroy()
| void CRtfOutputParams_Destroy |
( |
CRtfOutputParams |
argCRtfOutputParams, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Destroys a CRtfOutputParams handle.
- Parameters
-
| argCRtfOutputParams | CRtfOutputParams handle to destroy |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CRtfOutputParams_GetJpegCompressionOptions()
Gets the Jpeg Compression Options.
- Returns
- the Jpeg compression options
- Parameters
-
| argCRtfOutputParams | CRtfOutputParams handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CRtfOutputParams_GetPageLayout()
Gets the page layout type.
- Returns
- the page layout type
- Parameters
-
| argCRtfOutputParams | CRtfOutputParams handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CRtfOutputParams_GetPageSizeOptions()
Gets the page size options.
- Returns
- the page size options
- Parameters
-
| argCRtfOutputParams | CRtfOutputParams handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CRtfOutputParams_SetJpegCompressionOptions()
Sets for the Jpeg Compression Options property.
- Parameters
-
| argCRtfOutputParams | CRtfOutputParams handle |
| argJpegCompressionOptions | a Jpeg compression options object |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CRtfOutputParams_SetPageSizeOptions()
Sets the page size options.
- Parameters
-
| argCRtfOutputParams | CRtfOutputParams handle |
| argPageSizeOptions | the page size options |
| pargException | Pointer to exception structure that will be filled if an exception occurs |