Click or drag to resize

ElementReaderGetXObject Method

Gets the x object.

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

Parameters

name
Type: SystemString
the name

Return Value

Type: Obj
the x object
Remarks
see ElementReader::GetFont
See Also