Public API of XMLmind XSL-FO Converter for .NET
Constructs a graphic having specified characteristics.
Namespace: XmlMind.FoConverterAssembly: 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
)
Public Sub New (
location As String,
format As String,
width As Integer,
height As Integer,
xResolution As Double,
yResolution As Double,
graphicType As GraphicType,
clientData As Object
)
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