Click or drag to resize
ReaderWmfWidth Property
Gets or sets the Width 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 Width { 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:
Width must be set before reading metafile.

See Also