Click or drag to resize
ReaderWmfHeight Property
Gets or sets the Height of the returned Viewbox or Image element.

Namespace: Ab2d
Assembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 7.1.5512.1040
Syntax
C#
public double Height { get; set; }

Property Value

Type: Double
Remarks

Width and Height properties are used to set the size of returned Viewbox or Image element.

If you would like to set the size of the Viewbox or Image content use the CustomContentWidth or CustomContentHeight properties.

NOTE:
Height must be set before reading metafile.

See Also