Namespace:  C1.C1PrintDocument.Util
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public C1MetafileInfo(
	float widthMm,
	float heightMm,
	float dpiX,
	float dpiY
)
Visual Basic (Declaration)
Public Sub New ( _
	widthMm As Single, _
	heightMm As Single, _
	dpiX As Single, _
	dpiY As Single _
)

Parameters

widthMm
Type: System..::.Single
heightMm
Type: System..::.Single
dpiX
Type: System..::.Single
dpiY
Type: System..::.Single

See Also