| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<PdfGraphicsUnit>
com.spire.pdf.graphics.PdfGraphicsUnit
public enum PdfGraphicsUnit
Specifies the types of the page's logical units.
| Enum Constant Summary | |
|---|---|
| CentimeterSpecifies the Measurement is in centimeters. | |
| DocumentSpecifies the document unit (1/300 inch) as the unit of measure. | |
| InchSpecifies the inch as the unit of measure. | |
| MillimeterSpecifies the Measurement is in millimeters. | |
| PicaSpecifies the Measurement is in picas. | |
| PixelSpecifies the unit of measurement is 1 pixel. | |
| PointSpecifies a printer's point (1/72 inch) as the unit of measure. | |
| Method Summary | |
|---|---|
|  java.lang.String | getName() | 
|  int | getValue() | 
| Enum Constant Detail | 
|---|
public static final PdfGraphicsUnit Centimeter
public static final PdfGraphicsUnit Pica
public static final PdfGraphicsUnit Pixel
unit is device dependent unit. The result depends on the default Dpi on the machine.public static final PdfGraphicsUnit Point
public static final PdfGraphicsUnit Inch
public static final PdfGraphicsUnit Document
public static final PdfGraphicsUnit Millimeter
| Method Detail | 
|---|
public java.lang.String getName()
public int getValue()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||