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