iDRS™ SDK 16
Loading...
Searching...
No Matches
CPptxOutputParams_interface.h File Reference

Interface for CPptxOutputParams wrapper. More...

Go to the source code of this file.

Functions

CPptxOutputParams CPptxOutputParams_Create (enum SlideSize const evSlideSize, idrs_exception *pargException)
 Create is instantiating a new instance of CPptxOutputParams and associated data object.
 
enum SlideSize CPptxOutputParams_GetSlideSize (const CPptxOutputParams argCPptxOutputParams, idrs_exception *pargException)
 Get the Slide Size.
 
CJpegCompressionOptions CPptxOutputParams_GetJpegCompressionOptions (const CPptxOutputParams argCPptxOutputParams, idrs_exception *pargException)
 Get the Jpeg Compression Options.
 
void CPptxOutputParams_SetJpegCompressionOptions (CPptxOutputParams argCPptxOutputParams, const CJpegCompressionOptions argJpegCompressionOptions, idrs_exception *pargException)
 Set the Jpeg Compression Options property.
 
void CPptxOutputParams_Destroy (CPptxOutputParams argCPptxOutputParams, idrs_exception *pargException)
 Destroys a CPptxOutputParams handle.
 

Detailed Description

Interface for CPptxOutputParams wrapper.

Function Documentation

◆ CPptxOutputParams_Create()

CPptxOutputParams CPptxOutputParams_Create ( enum SlideSize const  evSlideSize,
idrs_exception *  pargException 
)

Create is instantiating a new instance of CPptxOutputParams and associated data object.

Parameters
evSlideSizeslide size type
pargExceptionPointer to exception structure that will be filled if an exception occurs
Returns
New instance of CPptxOutputParams
Remarks
Instances created by this method can also be provided to COutputParams methods

◆ CPptxOutputParams_Destroy()

void CPptxOutputParams_Destroy ( CPptxOutputParams  argCPptxOutputParams,
idrs_exception *  pargException 
)

Destroys a CPptxOutputParams handle.

Parameters
argCPptxOutputParamsCPptxOutputParams handle to destroy
pargExceptionPointer to exception structure that will be filled if an exception occurs

◆ CPptxOutputParams_GetJpegCompressionOptions()

CJpegCompressionOptions CPptxOutputParams_GetJpegCompressionOptions ( const CPptxOutputParams  argCPptxOutputParams,
idrs_exception *  pargException 
)

Get the Jpeg Compression Options.

Returns
the Jpeg compression options object
Parameters
argCPptxOutputParamsCPptxOutputParams handle
pargExceptionPointer to exception structure that will be filled if an exception occurs

◆ CPptxOutputParams_GetSlideSize()

enum SlideSize CPptxOutputParams_GetSlideSize ( const CPptxOutputParams  argCPptxOutputParams,
idrs_exception *  pargException 
)

Get the Slide Size.

Returns
the slide size type
Parameters
argCPptxOutputParamsCPptxOutputParams handle
pargExceptionPointer to exception structure that will be filled if an exception occurs

◆ CPptxOutputParams_SetJpegCompressionOptions()

void CPptxOutputParams_SetJpegCompressionOptions ( CPptxOutputParams  argCPptxOutputParams,
const CJpegCompressionOptions  argJpegCompressionOptions,
idrs_exception *  pargException 
)

Set the Jpeg Compression Options property.

Parameters
argCPptxOutputParamsCPptxOutputParams handle
argJpegCompressionOptionsa Jpeg compression options object
pargExceptionPointer to exception structure that will be filled if an exception occurs