Click or drag to resize
IGraphic Methods
Public API of XMLmind XSL-FO Converter for .NET

The IGraphic type exposes the following members.

Methods
  NameDescription
Public methodGetClientData
Returns opaque client data associated to this graphic.
Public methodGetFormat
Returns the MIME type of this graphic. Example: "image/x-wmf".
Public methodGetGraphicType
Returns the type of this graphic.
Public methodGetHeight
Returns the height in pixels of this graphic.
Public methodGetLocation
Returns the location of this graphic file. This location is always an URL in its string form. It may be a "data:" URI.
Public methodGetWidth
Returns the width in pixels of this graphic.
Public methodGetXResolution
Returns the horizontal resolution in DPI if known; a negative or null number otherwise.
Public methodGetYResolution
Returns the vertical resolution in DPI if known; a negative or null number otherwise.
Top
See Also