This class wraps the ExtGState object used in the Resource Dictionary of a Content-supporting element (page, Pattern, etc.) The main usage is for transparency, but it also support a variety of prepress features.
More...
#include <PdfExtGState.h>
Inherits PoDoFo::PdfDictionaryElement.
|
class | PdfDocument |
|
class | PdfGraphicsStateWrapper |
|
This class wraps the ExtGState object used in the Resource Dictionary of a Content-supporting element (page, Pattern, etc.) The main usage is for transparency, but it also support a variety of prepress features.
◆ SetBlendMode()
Sets the transparency blend mode.
- Parameters
-
◆ SetFillOpacity()
void PdfExtGState::SetFillOpacity |
( |
nullable< double > |
opacity | ) |
|
Sets the opacity value to be used for fill operations.
- Parameters
-
opacity | a floating point value from 0 (transparent) to 1 (opaque) |
◆ SetFillOverprintEnabled()
void PdfExtGState::SetFillOverprintEnabled |
( |
nullable< bool > |
enabled | ) |
|
Enables/Disables overprinting for Fill operations.
- Parameters
-
◆ SetFrequency()
void PdfExtGState::SetFrequency |
( |
double |
frequency | ) |
|
Set the frequency for halftones.
- Parameters
-
frequency | screen frequency, measured in halftone cells per inch in device space |
◆ SetNonZeroOverprintEnabled()
void PdfExtGState::SetNonZeroOverprintEnabled |
( |
nullable< bool > |
enabled | ) |
|
Enables/Disables non-zero overprint mode.
- Parameters
-
◆ SetOverprintEnabled()
void PdfExtGState::SetOverprintEnabled |
( |
nullable< bool > |
enabled | ) |
|
Enables/Disables overprinting for both Fill & Stroke.
- Parameters
-
◆ SetRenderingIntent()
Set the Rendering Intent.
- Parameters
-
intent | one of the predefined intents |
◆ SetStrokeOpacity()
void PdfExtGState::SetStrokeOpacity |
( |
nullable< double > |
opacity | ) |
|
Sets the opacity value to be used for stroking operations.
- Parameters
-
opacity | a floating point value from 0 (transparent) to 1 (opaque) |
◆ SetStrokeOverprintEnabled()
void PdfExtGState::SetStrokeOverprintEnabled |
( |
nullable< bool > |
enabled | ) |
|
Enables/Disables overprinting for Stroke operations.
- Parameters
-
The documentation for this class was generated from the following files: