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