Interface for CPptxOutputParams wrapper.
More...
Go to the source code of this file.
Interface for CPptxOutputParams wrapper.
◆ CPptxOutputParams_Create()
Create is instantiating a new instance of CPptxOutputParams and associated data object.
- Parameters
-
| evSlideSize | slide size type |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
- Returns
- New instance of CPptxOutputParams
◆ CPptxOutputParams_Destroy()
| void CPptxOutputParams_Destroy |
( |
CPptxOutputParams |
argCPptxOutputParams, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Destroys a CPptxOutputParams handle.
- Parameters
-
| argCPptxOutputParams | CPptxOutputParams handle to destroy |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CPptxOutputParams_GetJpegCompressionOptions()
Get the Jpeg Compression Options.
- Returns
- the Jpeg compression options object
- Parameters
-
| argCPptxOutputParams | CPptxOutputParams handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CPptxOutputParams_GetSlideSize()
Get the Slide Size.
- Returns
- the slide size type
- Parameters
-
| argCPptxOutputParams | CPptxOutputParams handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CPptxOutputParams_SetJpegCompressionOptions()
Set the Jpeg Compression Options property.
- Parameters
-
| argCPptxOutputParams | CPptxOutputParams handle |
| argJpegCompressionOptions | a Jpeg compression options object |
| pargException | Pointer to exception structure that will be filled if an exception occurs |