PdfGraphicsUnit Enumeration
|
Specifies the types of the page's logical units.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfGraphicsUnit
Public Enumeration PdfGraphicsUnit
public enum class PdfGraphicsUnit
Members
|
Member name
|
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.
|
See Also