Click or drag to resize
GraphicType Enumeration
Public API of XMLmind XSL-FO Converter for .NET
The type, vector or raster, of a IGraphic

Namespace: XmlMind.FoConverter
Assembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax
public enum GraphicType
Members
  Member nameValueDescription
Vector0 This graphic is of the vector type and it cannot be rasterized. Example: EMF.
Raster1 This graphic is of the raster type. Example: PNG.
Rasterizable2 This graphic is of the vector type but it will be rendered as a raster during the conversion. Example: SVG.
See Also