HiraokaHyperTools.iTextSharp-LGPL  0.2.5
iTextSharp.text.pdf.PdfGState Class Reference
Inheritance diagram for iTextSharp.text.pdf.PdfGState:
iTextSharp.text.pdf.PdfDictionary iTextSharp.text.pdf.PdfObject

Static Public Attributes

static PdfName BM_NORMAL = new PdfName("Normal")
 
static PdfName BM_COMPATIBLE = new PdfName("Compatible")
 
static PdfName BM_MULTIPLY = new PdfName("Multiply")
 
static PdfName BM_SCREEN = new PdfName("Screen")
 
static PdfName BM_OVERLAY = new PdfName("Overlay")
 
static PdfName BM_DARKEN = new PdfName("Darken")
 
static PdfName BM_LIGHTEN = new PdfName("Lighten")
 
static PdfName BM_COLORDODGE = new PdfName("ColorDodge")
 
static PdfName BM_COLORBURN = new PdfName("ColorBurn")
 
static PdfName BM_HARDLIGHT = new PdfName("HardLight")
 
static PdfName BM_SOFTLIGHT = new PdfName("SoftLight")
 
static PdfName BM_DIFFERENCE = new PdfName("Difference")
 
static PdfName BM_EXCLUSION = new PdfName("Exclusion")
 
- Static Public Attributes inherited from iTextSharp.text.pdf.PdfDictionary
static PdfName FONT = PdfName.FONT
 
static PdfName OUTLINES = PdfName.OUTLINES
 
static PdfName PAGE = PdfName.PAGE
 
static PdfName PAGES = PdfName.PAGES
 
static PdfName CATALOG = PdfName.CATALOG
 
- Static Public Attributes inherited from iTextSharp.text.pdf.PdfObject
const int BOOLEAN = 1
 
const int NUMBER = 2
 
const int STRING = 3
 
const int NAME = 4
 
const int ARRAY = 5
 
const int DICTIONARY = 6
 
const int STREAM = 7
 
const int NULL = 8
 
const int INDIRECT = 10
 
const string NOTHING = ""
 
const string TEXT_PDFDOCENCODING = "PDF"
 
const string TEXT_UNICODE = "UnicodeBig"
 

Properties

bool? OverPrintStroking [set]
 
bool? OverPrintNonStroking [set]
 
int? OverPrintMode [set]
 
float StrokeOpacity [set]
 
float FillOpacity [set]
 
bool? AlphaIsShape [set]
 
bool? TextKnockout [set]
 
PdfName BlendMode [set]
 
- Properties inherited from iTextSharp.text.pdf.PdfDictionary
ICollection Keys [get]
 
int Size [get]
 
- Properties inherited from iTextSharp.text.pdf.PdfObject
int Length [get]
 
string Content [set]
 
int Type [get]
 
PRIndirectReference IndRef [get, set]
 

Additional Inherited Members

- Public Member Functions inherited from iTextSharp.text.pdf.PdfDictionary
 PdfDictionary ()
 
 PdfDictionary (PdfName type)
 
override void ToPdf (PdfWriter writer, Stream os)
 
void Put (PdfName key, PdfObject value)
 
void PutEx (PdfName key, PdfObject value)
 
void Remove (PdfName key)
 
PdfObject Get (PdfName key)
 
bool IsFont ()
 
bool IsPage ()
 
bool IsPages ()
 
bool IsCatalog ()
 
bool IsOutlineTree ()
 
void Merge (PdfDictionary other)
 
void MergeDifferent (PdfDictionary other)
 
bool Contains (PdfName key)
 
virtual IDictionaryEnumerator GetEnumerator ()
 
override String ToString ()
 
PdfObject GetDirectObject (PdfName key)
 
PdfDictionary GetAsDict (PdfName key)
 
PdfArray GetAsArray (PdfName key)
 
PdfStream GetAsStream (PdfName key)
 
PdfString GetAsString (PdfName key)
 
PdfNumber GetAsNumber (PdfName key)
 
PdfName GetAsName (PdfName key)
 
PdfBoolean GetAsBoolean (PdfName key)
 
PdfIndirectReference GetAsIndirectObject (PdfName key)
 
- Public Member Functions inherited from iTextSharp.text.pdf.PdfObject
virtual byte[] GetBytes ()
 
bool CanBeInObjStm ()
 
override string ToString ()
 
bool IsNull ()
 
bool IsBoolean ()
 
bool IsNumber ()
 
bool IsString ()
 
bool IsName ()
 
bool IsArray ()
 
bool IsDictionary ()
 
bool IsStream ()
 
bool IsIndirect ()
 
- Protected Member Functions inherited from iTextSharp.text.pdf.PdfObject
 PdfObject (int type)
 
 PdfObject (int type, string content)
 
 PdfObject (int type, byte[] bytes)
 
- Protected Attributes inherited from iTextSharp.text.pdf.PdfObject
byte[] bytes
 
int type
 
PRIndirectReference indRef
 

Detailed Description

The graphic state dictionary.

Author
Paulo Soares (psoar.nosp@m.es@c.nosp@m.onsis.nosp@m.te.p.nosp@m.t)

Member Data Documentation

◆ BM_COLORBURN

PdfName iTextSharp.text.pdf.PdfGState.BM_COLORBURN = new PdfName("ColorBurn")
static

A possible blend mode

◆ BM_COLORDODGE

PdfName iTextSharp.text.pdf.PdfGState.BM_COLORDODGE = new PdfName("ColorDodge")
static

A possible blend mode

◆ BM_COMPATIBLE

PdfName iTextSharp.text.pdf.PdfGState.BM_COMPATIBLE = new PdfName("Compatible")
static

A possible blend mode

◆ BM_DARKEN

PdfName iTextSharp.text.pdf.PdfGState.BM_DARKEN = new PdfName("Darken")
static

A possible blend mode

◆ BM_DIFFERENCE

PdfName iTextSharp.text.pdf.PdfGState.BM_DIFFERENCE = new PdfName("Difference")
static

A possible blend mode

◆ BM_EXCLUSION

PdfName iTextSharp.text.pdf.PdfGState.BM_EXCLUSION = new PdfName("Exclusion")
static

A possible blend mode

◆ BM_HARDLIGHT

PdfName iTextSharp.text.pdf.PdfGState.BM_HARDLIGHT = new PdfName("HardLight")
static

A possible blend mode

◆ BM_LIGHTEN

PdfName iTextSharp.text.pdf.PdfGState.BM_LIGHTEN = new PdfName("Lighten")
static

A possible blend mode

◆ BM_MULTIPLY

PdfName iTextSharp.text.pdf.PdfGState.BM_MULTIPLY = new PdfName("Multiply")
static

A possible blend mode

◆ BM_NORMAL

PdfName iTextSharp.text.pdf.PdfGState.BM_NORMAL = new PdfName("Normal")
static

A possible blend mode

◆ BM_OVERLAY

PdfName iTextSharp.text.pdf.PdfGState.BM_OVERLAY = new PdfName("Overlay")
static

A possible blend mode

◆ BM_SCREEN

PdfName iTextSharp.text.pdf.PdfGState.BM_SCREEN = new PdfName("Screen")
static

A possible blend mode

◆ BM_SOFTLIGHT

PdfName iTextSharp.text.pdf.PdfGState.BM_SOFTLIGHT = new PdfName("SoftLight")
static

A possible blend mode

Property Documentation

◆ AlphaIsShape

bool? iTextSharp.text.pdf.PdfGState.AlphaIsShape
set

The alpha source flag specifying whether the current soft mask and alpha constant are to be interpreted as shape values (true) or opacity values (false).

Parameters
v

◆ BlendMode

PdfName iTextSharp.text.pdf.PdfGState.BlendMode
set

The current blend mode to be used in the transparent imaging model.

Parameters
bm

◆ FillOpacity

float iTextSharp.text.pdf.PdfGState.FillOpacity
set

Sets the current stroking alpha constant, specifying the constant shape or constant opacity value to be used for nonstroking operations in the transparent imaging model.

Parameters
n

◆ OverPrintMode

int? iTextSharp.text.pdf.PdfGState.OverPrintMode
set

Sets the flag whether to toggle knockout behavior for overprinted objects.

Parameters
ov- accepts 0 or 1

◆ OverPrintNonStroking

bool? iTextSharp.text.pdf.PdfGState.OverPrintNonStroking
set

Sets the flag whether to apply overprint for non stroking painting operations.

Parameters
ov

◆ OverPrintStroking

bool? iTextSharp.text.pdf.PdfGState.OverPrintStroking
set

Sets the flag whether to apply overprint for stroking.

Parameters
ov

◆ StrokeOpacity

float iTextSharp.text.pdf.PdfGState.StrokeOpacity
set

Sets the current stroking alpha constant, specifying the constant shape or constant opacity value to be used for stroking operations in the transparent imaging model.

Parameters
n

◆ TextKnockout

bool? iTextSharp.text.pdf.PdfGState.TextKnockout
set

Determines the behaviour of overlapping glyphs within a text object in the transparent imaging model.

Parameters
v

The documentation for this class was generated from the following file: