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
)
Public Function GetExtGState (
name As String
) As Obj
public:
virtual Obj^ GetExtGState(
[InAttribute] String^ name
) sealed
function GetExtGState(name);
Parameters
- name
- Type: SystemString
the name
Return Value
Type:
Obj the ext g state
Remarks see ElementReader::GetFont
See Also