MetafileUnits Enumeration |
MetafileUnits defines possible values for metafile units that can be used when reading metafile.
Namespace: Ab2d.Common.ReaderWmfAssembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 7.1.5512.1040
Syntax public enum MetafileUnits
Members
| Member name | Value | Description |
---|
| Pixel | 0 |
Object are read in pixel units.
|
| Millimeter | 1 |
Object are read in millimeter units.
|
| Inch | 2 |
Object are read in inch units.
|
| GdiCompatable | 3 |
Object are read in GDI compatible units (1/100 of millimeter).
|
See Also