PDF File Writer Class Library - Author Uzi Granot
CreateMetafile Constructor |
Create image metafile constructor
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public CreateMetafile( int Width, int Height )
Parameters
- Width
- Type: SystemInt32
Image width in pixels. - Height
- Type: SystemInt32
Image height in pixels.
