GdPicture.NET.14.API
GdPicture14 Namespace / OnExternalFontFileRequestArgs Class / Uri Property





In This Topic
Uri Property (OnExternalFontFileRequestArgs)
In This Topic
Specifies the uri of the request font file.
Syntax
'Declaration
 
Public ReadOnly Property Uri As String
public string Uri {get;}
public read-only property Uri: String; 
public function get Uri : String
public: __property string* get_Uri();
public:
property String^ Uri {
   String^ get();
}
See Also