FontData Property (OnExternalFontFileRequestArgs)
In This Topic
Specifies the font file binary content.
Syntax
'Declaration
Public Property FontData As Stream
public Stream FontData {get; set;}
public read-write property FontData: Stream;
public function get,set FontData : Stream
public: __property Stream* get_FontData();
public: __property void set_FontData(
Stream* value
);
public:
property Stream^ FontData {
Stream^ get();
void set ( Stream^ value);
}
See Also