Specifies the types of the page's logical units.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum PdfGraphicsUnit
Public Enumeration PdfGraphicsUnit
public enum class PdfGraphicsUnit
type PdfGraphicsUnit
Members
| Member | Value | Description |
|---|---|---|
| Centimeter | 0 |
Specifies the Measurement is in centimeters.
|
| Pica | 1 |
Specifies the Measurement is in picas. A pica represents 12 points.
|
| Pixel | 2 |
Specifies the unit of measurement is 1 pixel.
|
| Point | 3 |
Specifies a printer's point (1/72 inch) as the unit of measure.
|
| Inch | 4 |
Specifies the inch as the unit of measure.
|
| Document | 5 |
Specifies the document unit (1/300 inch) as the unit of measure.
|
| Millimeter | 6 |
Specifies the Measurement is in millimeters.
|