Click or drag to resize

ElementReaderGetExtGState 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: SystemString
the name

Return Value

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