public final class MetafileFrameUnit
extends com.aspose.ms.System.Enum
Specifies the unit of measurement for the rectangle used to size and position a metafile.
This is specified during the creation of the Metafile object.
| Modifier and Type | Field and Description |
|---|---|
static int |
Document
The unit of measurement is 1/300 of an inch.
|
static int |
GdiCompatible
The unit of measurement is 0.01 millimeter.
|
static int |
Inch
The unit of measurement is 1 inch.
|
static int |
Millimeter
The unit of measurement is 1 millimeter.
|
static int |
Pixel
The unit of measurement is 1 pixel.
|
static int |
Point
The unit of measurement is 1 printer's point.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toStringpublic static final int Pixel
The unit of measurement is 1 pixel.
public static final int Point
The unit of measurement is 1 printer's point.
public static final int Inch
The unit of measurement is 1 inch.
public static final int Document
The unit of measurement is 1/300 of an inch.
public static final int Millimeter
The unit of measurement is 1 millimeter.
public static final int GdiCompatible
The unit of measurement is 0.01 millimeter. Provided for compatibility with GDI.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.