Click or drag to resize

ElementReader.GetExtGState Method

Gets the ext g state.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Obj GetExtGState(
	string name
)

Parameters

name
Type: System.String
the name

Return Value

Type: Obj
the ext g state
Remarks
see ElementReader::GetFont
See Also