IGraphic Interface |
Namespace: XmlMind.FoConverter
The IGraphic type exposes the following members.
Name | Description | |
---|---|---|
GetClientData |
Returns opaque client data associated to this graphic.
| |
GetFormat |
Returns the MIME type of this graphic. Example: "image/x-wmf".
| |
GetGraphicType |
Returns the type of this graphic.
| |
GetHeight |
Returns the height in pixels of this graphic.
| |
GetLocation |
Returns the location of this graphic file. This location is always
an URL in its string form. It may be a "data:" URI.
| |
GetWidth |
Returns the width in pixels of this graphic.
| |
GetXResolution |
Returns the horizontal resolution in DPI if known; a negative or null
number otherwise.
| |
GetYResolution |
Returns the vertical resolution in DPI if known; a negative or null
number otherwise.
|