|
iDRS™ SDK 16
|
Interface for CPdfOutputParams wrapper. More...
Go to the source code of this file.
Functions | |
| CPdfOutputParams | CPdfOutputParams_Create (enum PdfVersion const evPdfVersion, enum PageDisplay const evPageDisplay, idrs_exception *pargException) |
| Create is instantiating a new instance of CPdfOutputParams and associated data object. | |
| enum PdfVersion | CPdfOutputParams_GetPdfVersion (const CPdfOutputParams argCPdfOutputParams, idrs_exception *pargException) |
| Gets the pdf version. | |
| enum PageDisplay | CPdfOutputParams_GetPageDisplay (const CPdfOutputParams argCPdfOutputParams, idrs_exception *pargException) |
| Gets the page display type. | |
| CPdfCustomMetadata | CPdfOutputParams_GetPdfCustomMetadata (const CPdfOutputParams argCPdfOutputParams, idrs_exception *pargException) |
| Gets the pdf custom metadata. | |
| void | CPdfOutputParams_SetPdfCustomMetadata (CPdfOutputParams argCPdfOutputParams, const CPdfCustomMetadata argPdfCustomMetadata, idrs_exception *pargException) |
| Sets the pdf custom metadata. | |
| CEncryptionOptions | CPdfOutputParams_GetEncryptionOptions (const CPdfOutputParams argCPdfOutputParams, idrs_exception *pargException) |
| Gets the encryption options. | |
| void | CPdfOutputParams_SetEncryptionOptions (CPdfOutputParams argCPdfOutputParams, const CEncryptionOptions argEncryptionOptions, idrs_exception *pargException) |
| Sets the encryption options. | |
| CBookmarksOptions | CPdfOutputParams_GetBookmarksOptions (const CPdfOutputParams argCPdfOutputParams, idrs_exception *pargException) |
| Get the pdf bookmarks options. | |
| void | CPdfOutputParams_SetBookmarksOptions (CPdfOutputParams argCPdfOutputParams, const CBookmarksOptions argBookmarksOptions, idrs_exception *pargException) |
| Set the pdf bookmarks options. | |
| CPdfCompressionOptions | CPdfOutputParams_GetPdfCompressionOptions (const CPdfOutputParams argCPdfOutputParams, idrs_exception *pargException) |
| Gets the pdf compression options object. | |
| void | CPdfOutputParams_SetPdfCompressionOptions (CPdfOutputParams argCPdfOutputParams, const CPdfCompressionOptions argPdfCompressionOptions, idrs_exception *pargException) |
| Sets the pdf compression options object. | |
| CDocumentSeparationOptions | CPdfOutputParams_GetDocumentSeparationOptions (const CPdfOutputParams argCPdfOutputParams, idrs_exception *pargException) |
| Gets the Pdf document separation options object. | |
| void | CPdfOutputParams_SetDocumentSeparationOptions (CPdfOutputParams argCPdfOutputParams, const CDocumentSeparationOptions argDocumentSeparationOptions, idrs_exception *pargException) |
| Sets the Pdf document separation options object. | |
| IDRS_BOOL | CPdfOutputParams_GetUseOriginalRotation (const CPdfOutputParams argCPdfOutputParams, idrs_exception *pargException) |
| Gets a boolean flag indicating whether the use original rotation is enabled. | |
| void | CPdfOutputParams_SetUseOriginalRotation (CPdfOutputParams argCPdfOutputParams, IDRS_BOOL const bUseOriginalRotation, idrs_exception *pargException) |
| Sets a boolean flag indicating whether the use original rotation is enabled. | |
| IDRS_BOOL | CPdfOutputParams_GetEmbedFonts (const CPdfOutputParams argCPdfOutputParams, idrs_exception *pargException) |
| Gets the boolean flag specifying if the embed fonts is enabled. | |
| void | CPdfOutputParams_SetEmbedFonts (CPdfOutputParams argCPdfOutputParams, IDRS_BOOL const bEmbedFonts, idrs_exception *pargException) |
| Gets the boolean flag specifying if the embed fonts is enabled. | |
| void | CPdfOutputParams_SetAccessibilityConformance (CPdfOutputParams argCPdfOutputParams, IDRS_BOOL const bAccessibilityConformance, idrs_exception *pargException) |
| Sets the flag that enables accessibility conformance for the pdf document. | |
| IDRS_BOOL | CPdfOutputParams_GetAccessibilityConformance (const CPdfOutputParams argCPdfOutputParams, idrs_exception *pargException) |
| Gets the flag that enables accessibility conformance for the pdf document. | |
| void | CPdfOutputParams_SetLinearized (CPdfOutputParams argCPdfOutputParams, IDRS_BOOL const bLinearized, idrs_exception *pargException) |
| Sets the flag that enables linearization of the pdf document. | |
| IDRS_BOOL | CPdfOutputParams_GetLinearized (const CPdfOutputParams argCPdfOutputParams, idrs_exception *pargException) |
| Gets the flag that enables linearization of the pdf document. | |
| void | CPdfOutputParams_Destroy (CPdfOutputParams argCPdfOutputParams, idrs_exception *pargException) |
| Destroys a CPdfOutputParams handle. | |
Interface for CPdfOutputParams wrapper.
| CPdfOutputParams CPdfOutputParams_Create | ( | enum PdfVersion const | evPdfVersion, |
| enum PageDisplay const | evPageDisplay, | ||
| idrs_exception * | pargException | ||
| ) |
Create is instantiating a new instance of CPdfOutputParams and associated data object.
| evPdfVersion | pdf version value |
| evPageDisplay | page display value |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPdfOutputParams_Destroy | ( | CPdfOutputParams | argCPdfOutputParams, |
| idrs_exception * | pargException | ||
| ) |
Destroys a CPdfOutputParams handle.
| argCPdfOutputParams | CPdfOutputParams handle to destroy |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| IDRS_BOOL CPdfOutputParams_GetAccessibilityConformance | ( | const CPdfOutputParams | argCPdfOutputParams, |
| idrs_exception * | pargException | ||
| ) |
Gets the flag that enables accessibility conformance for the pdf document.
| argCPdfOutputParams | CPdfOutputParams handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| CBookmarksOptions CPdfOutputParams_GetBookmarksOptions | ( | const CPdfOutputParams | argCPdfOutputParams, |
| idrs_exception * | pargException | ||
| ) |
Get the pdf bookmarks options.
| argCPdfOutputParams | CPdfOutputParams handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| CDocumentSeparationOptions CPdfOutputParams_GetDocumentSeparationOptions | ( | const CPdfOutputParams | argCPdfOutputParams, |
| idrs_exception * | pargException | ||
| ) |
Gets the Pdf document separation options object.
| argCPdfOutputParams | CPdfOutputParams handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| IDRS_BOOL CPdfOutputParams_GetEmbedFonts | ( | const CPdfOutputParams | argCPdfOutputParams, |
| idrs_exception * | pargException | ||
| ) |
Gets the boolean flag specifying if the embed fonts is enabled.
| argCPdfOutputParams | CPdfOutputParams handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| CEncryptionOptions CPdfOutputParams_GetEncryptionOptions | ( | const CPdfOutputParams | argCPdfOutputParams, |
| idrs_exception * | pargException | ||
| ) |
Gets the encryption options.
| argCPdfOutputParams | CPdfOutputParams handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| IDRS_BOOL CPdfOutputParams_GetLinearized | ( | const CPdfOutputParams | argCPdfOutputParams, |
| idrs_exception * | pargException | ||
| ) |
Gets the flag that enables linearization of the pdf document.
| argCPdfOutputParams | CPdfOutputParams handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| enum PageDisplay CPdfOutputParams_GetPageDisplay | ( | const CPdfOutputParams | argCPdfOutputParams, |
| idrs_exception * | pargException | ||
| ) |
Gets the page display type.
| argCPdfOutputParams | CPdfOutputParams handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| CPdfCompressionOptions CPdfOutputParams_GetPdfCompressionOptions | ( | const CPdfOutputParams | argCPdfOutputParams, |
| idrs_exception * | pargException | ||
| ) |
Gets the pdf compression options object.
| argCPdfOutputParams | CPdfOutputParams handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| CPdfCustomMetadata CPdfOutputParams_GetPdfCustomMetadata | ( | const CPdfOutputParams | argCPdfOutputParams, |
| idrs_exception * | pargException | ||
| ) |
Gets the pdf custom metadata.
| argCPdfOutputParams | CPdfOutputParams handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| enum PdfVersion CPdfOutputParams_GetPdfVersion | ( | const CPdfOutputParams | argCPdfOutputParams, |
| idrs_exception * | pargException | ||
| ) |
Gets the pdf version.
| argCPdfOutputParams | CPdfOutputParams handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| IDRS_BOOL CPdfOutputParams_GetUseOriginalRotation | ( | const CPdfOutputParams | argCPdfOutputParams, |
| idrs_exception * | pargException | ||
| ) |
Gets a boolean flag indicating whether the use original rotation is enabled.
| argCPdfOutputParams | CPdfOutputParams handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPdfOutputParams_SetAccessibilityConformance | ( | CPdfOutputParams | argCPdfOutputParams, |
| IDRS_BOOL const | bAccessibilityConformance, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the flag that enables accessibility conformance for the pdf document.
Enabling the pdf accessibility will have the effect that the output pdfs will be PDF/UA compliant.
| argCPdfOutputParams | CPdfOutputParams handle |
| bAccessibilityConformance | Boolean flag used to enable/disable the pdf accessibility conformance |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPdfOutputParams_SetBookmarksOptions | ( | CPdfOutputParams | argCPdfOutputParams, |
| const CBookmarksOptions | argBookmarksOptions, | ||
| idrs_exception * | pargException | ||
| ) |
Set the pdf bookmarks options.
| argCPdfOutputParams | CPdfOutputParams handle |
| argBookmarksOptions | the bookmarks options |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPdfOutputParams_SetDocumentSeparationOptions | ( | CPdfOutputParams | argCPdfOutputParams, |
| const CDocumentSeparationOptions | argDocumentSeparationOptions, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the Pdf document separation options object.
| argCPdfOutputParams | CPdfOutputParams handle |
| argDocumentSeparationOptions | The Pdf document separation options object. |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPdfOutputParams_SetEmbedFonts | ( | CPdfOutputParams | argCPdfOutputParams, |
| IDRS_BOOL const | bEmbedFonts, | ||
| idrs_exception * | pargException | ||
| ) |
Gets the boolean flag specifying if the embed fonts is enabled.
| argCPdfOutputParams | CPdfOutputParams handle |
| bEmbedFonts | bolean indicating the font embedding status |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPdfOutputParams_SetEncryptionOptions | ( | CPdfOutputParams | argCPdfOutputParams, |
| const CEncryptionOptions | argEncryptionOptions, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the encryption options.
| argCPdfOutputParams | CPdfOutputParams handle |
| argEncryptionOptions | an encryption options object |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPdfOutputParams_SetLinearized | ( | CPdfOutputParams | argCPdfOutputParams, |
| IDRS_BOOL const | bLinearized, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the flag that enables linearization of the pdf document.
Linearization (aka Fast Web View) allows a PDF to be loaded incrementally. This is advantageous when a document is loaded over the web.
Linearization is enabled by default
| argCPdfOutputParams | CPdfOutputParams handle |
| bLinearized | Boolean flag used to enable/disable the pdf linearization. |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPdfOutputParams_SetPdfCompressionOptions | ( | CPdfOutputParams | argCPdfOutputParams, |
| const CPdfCompressionOptions | argPdfCompressionOptions, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the pdf compression options object.
| argCPdfOutputParams | CPdfOutputParams handle |
| argPdfCompressionOptions | a Pdf compression options object |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPdfOutputParams_SetPdfCustomMetadata | ( | CPdfOutputParams | argCPdfOutputParams, |
| const CPdfCustomMetadata | argPdfCustomMetadata, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the pdf custom metadata.
| argCPdfOutputParams | CPdfOutputParams handle |
| argPdfCustomMetadata | a pdf custom metadata object |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPdfOutputParams_SetUseOriginalRotation | ( | CPdfOutputParams | argCPdfOutputParams, |
| IDRS_BOOL const | bUseOriginalRotation, | ||
| idrs_exception * | pargException | ||
| ) |
Sets a boolean flag indicating whether the use original rotation is enabled.
| argCPdfOutputParams | CPdfOutputParams handle |
| bUseOriginalRotation | bolean indicating the status |
| pargException | Pointer to exception structure that will be filled if an exception occurs |