Click or drag to resize
Graphic Constructor
Public API of XMLmind XSL-FO Converter for .NET
Constructs a graphic having specified characteristics.

Namespace: XmlMind.FoConverter
Assembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax
public Graphic(
	string location,
	string format,
	int width,
	int height,
	double xResolution,
	double yResolution,
	GraphicType graphicType,
	Object clientData
)

Parameters

location
Type: SystemString
format
Type: SystemString
width
Type: SystemInt32
height
Type: SystemInt32
xResolution
Type: SystemDouble
yResolution
Type: SystemDouble
graphicType
Type: XmlMind.FoConverterGraphicType
clientData
Type: SystemObject
See Also