#include <PDFAOptions.h>
|
static SDF::Obj | GetArray (SDF::Obj dict, const char *key) |
|
static void | PutNumber (SDF::Obj dict, const char *key, double num) |
|
static void | PutBool (SDF::Obj dict, const char *key, bool val) |
|
static void | PutText (SDF::Obj dict, const char *key, const UString &text) |
|
static void | PutRect (SDF::Obj dict, const char *key, const Rect &rect) |
|
static void | PushBackNumber (SDF::Obj dict, const char *key, double num) |
|
static void | PushBackBool (SDF::Obj dict, const char *key, bool val) |
|
static void | PushBackText (SDF::Obj dict, const char *key, const UString &text) |
|
static void | PushBackRect (SDF::Obj dict, const char *key, const Rect &rect) |
|
static Rect | RectFromArray (SDF::Obj nums) |
|
static void | InsertRectCollection (SDF::Obj dict, const char *key, const RectCollection &rects, int index) |
|
static Rect | RectFromArray (void *) |
|
static double | ColorPtToNumber (const ColorPt &cp) |
|
static ColorPt | ColorPtFromNumber (double dnum) |
|
Definition at line 10 of file PDFAOptions.h.
Constructor.
- Parameters
-
level | The PDF/A conformance level. |
pdftron::PDF::PDFA::PDFAOptions::~PDFAOptions |
( |
| ) |
|
Gets the value Conformance from the options object The PDF/A conformance level.
- Returns
- a PDFACompliance::Conformance, the current value for Conformance.
UInt32 pdftron::PDF::PDFA::PDFAOptions::GetDPI |
( |
| ) |
|
Gets the value DPI from the options object DPI used for flattening.
- Returns
- a UInt32, the current value for DPI.
bool pdftron::PDF::PDFA::PDFAOptions::GetFirstStop |
( |
| ) |
|
Gets the value FirstStop from the options object Whether to stop processing after the first PDF/A error is detected.
- Returns
- a bool, the current value for FirstStop.
bool pdftron::PDF::PDFA::PDFAOptions::GetFlattenTransparency |
( |
| ) |
|
Gets the value FlattenTransparency from the options object Whether to flatten transparency in PDF/A-1 mode.
- Returns
- a bool, the current value for FlattenTransparency.
UInt32 pdftron::PDF::PDFA::PDFAOptions::GetMaxRefObjs |
( |
| ) |
|
Gets the value MaxRefObjs from the options object The maximum number of object references per error condition.
- Returns
- a UInt32, the current value for MaxRefObjs.
UString pdftron::PDF::PDFA::PDFAOptions::GetPassword |
( |
| ) |
|
Gets the value Password from the options object The password to be used for encrypted PDF documents.
- Returns
- a UString, the current value for Password.
Sets the value for Conformance in the options object The PDF/A conformance level.
- Parameters
-
value,: | the new value for Conformance |
- Returns
- this object, for call chaining
Sets the value for DPI in the options object DPI used for flattening.
- Parameters
-
value,: | the new value for DPI |
- Returns
- this object, for call chaining
PDFAOptions& pdftron::PDF::PDFA::PDFAOptions::SetFirstStop |
( |
bool |
value | ) |
|
Sets the value for FirstStop in the options object Whether to stop processing after the first PDF/A error is detected.
- Parameters
-
value,: | the new value for FirstStop |
- Returns
- this object, for call chaining
PDFAOptions& pdftron::PDF::PDFA::PDFAOptions::SetFlattenTransparency |
( |
bool |
value | ) |
|
Sets the value for FlattenTransparency in the options object Whether to flatten transparency in PDF/A-1 mode.
- Parameters
-
value,: | the new value for FlattenTransparency |
- Returns
- this object, for call chaining
Sets the value for MaxRefObjs in the options object The maximum number of object references per error condition.
- Parameters
-
value,: | the new value for MaxRefObjs |
- Returns
- this object, for call chaining
Sets the value for Password in the options object The password to be used for encrypted PDF documents.
- Parameters
-
value,: | the new value for Password |
- Returns
- this object, for call chaining
The documentation for this class was generated from the following file: