GxImage: GetProperty

GetProperty

This method gets a property of the GxImage module.



 Public Function GetProperty(
	  ByVal name As String ) As String

Parameters

name
Name of the property. See the GxImage Reference Manual for detailed information about the available properties of the GxImage module.

Return Values

The value of the specified property.

Languages

[Visual Basic] Public Function GetProperty(ByVal name As String) As String

[Delphi] function GetProperty(name : WideString) : WideString;

[C++] BSTR GetProperty(LPCTSTR name);

Remarks

See Also

Class GxImage Overview GxImage Properties GxImage Methods GetIntProperty GetSourceHandle