ReportUnit Enum
In This Article
#Declaration
TypeScript
export enum ReportUnit {
Inches = 0,
HundredthsOfAnInch = 1,
Millimeters = 2,
TenthsOfAMillimeter = 3,
Pixels = 4
}
#Members
Name |
---|
Hundredths
|
Inches
|
Millimeters
|
Pixels
|
Tenths
|