#include <PdfExtGState.h>
Inheritance diagram for PoDoFo::PdfExtGState:
Public Member Functions | |
PdfExtGState (PdfVecObjects *pParent) | |
PdfExtGState (PdfDocument *pParent) | |
const PdfName & | GetIdentifier () const |
void | SetFillOpacity (float opac) |
void | SetStrokeOpacity (float opac) |
void | SetBlendMode (char *blendMode) |
void | SetOverprint (bool enable=true) |
void | SetFillOverprint (bool enable=true) |
void | SetStrokeOverprint (bool enable=true) |
void | SetNonZeroOverprint (bool enable=true) |
void | SetRenderingIntent (char *intent) |
void | SetFrequency (double frequency) |
|
Create a new PdfExtGState object which will introduce itself automatically to every page object it is used on.
|
|
Create a new PdfExtGState object which will introduce itself automatically to every page object it is used on.
|
|
Returns the identifier of this ExtGState how it is known in the pages resource dictionary.
|
|
Sets the transparency blend mode
|
|
Sets the opacity value to be used for fill operations
|
|
Enables/Disables overprinting for Fill operations
|
|
Set the frequency for halftones
|
|
Enables/Disables non-zero overprint mode
|
|
Enables/Disables overprinting for both Fill & Stroke
|
|
Set the Rendering Intent
|
|
Sets the opacity value to be used for stroking operations
|
|
Enables/Disables overprinting for Stroke operations
|