CreateMetafile Constructor

PDF File Writer

CreateMetafile Constructor

Create image metafile constructor

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public CreateMetafile(
	int Width,
	int Height
)

Parameters

Width
Type: SystemInt32
Image width in pixels.
Height
Type: SystemInt32
Image height in pixels.
See Also