iText 5

GraphicState

GraphicState Public class

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.PdfContentByte iTextSharp.text.pdf.PdfContentByte.GraphicState[[GraphicState]] end

Members

Methods

Internal methods

Returns

Name

void

CopyParameters

(GraphicState cp)

void

Restore

(GraphicState restore)

Details

Constructors

GraphicState [1/2]

Source code

internal GraphicState()

GraphicState [2/2]

Source code

internal GraphicState(GraphicState cp)

Arguments

Type

Name

Description

GraphicState

cp

Methods

CopyParameters

Source code

internal void CopyParameters(GraphicState cp)

Arguments

Type

Name

Description

GraphicState

cp

Restore

Source code

internal void Restore(GraphicState restore)

Arguments

Type

Name

Description

GraphicState

restore

Generated with ModularDoc