ElementReaderGetColorSpace Method |
Gets the color space.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj GetColorSpace(
string name
)
Public Function GetColorSpace (
name As String
) As Obj
public:
virtual Obj^ GetColorSpace(
[InAttribute] String^ name
) sealed
function GetColorSpace(name);
Parameters
- name
- Type: SystemString
the name
Return Value
Type:
Obj the color space
Remarks see ElementReader::GetFont
See Also