Click or drag to resize
GraphicUtil Class
Public API of XMLmind XSL-FO Converter for .NET
A collection of functions (static methods) useful to implement GraphicFactories.
Inheritance Hierarchy
SystemObject
  XmlMind.FoConverterGraphicUtil

Namespace: XmlMind.FoConverter
Assembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax
public static class GraphicUtil

The GraphicUtil type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFilenameToLocation
Converts specified filename to a "file:" URI.
Public methodStatic memberFormatToSuffix
Returns the file suffix corresponding to specified MIME type.
Public methodStatic memberLocationToFilename
Converts specified "file:" URI to a filename.
Public methodStatic memberNormalizeMIMEType
Returns specified MIME type after ``normalizing'' it.
Public methodStatic memberOpenStream
Opens the stream corresponding to specified location.
Public methodStatic memberSaveGraphic
Saves specified graphic to specified file.
Top
See Also