PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Specifies the unit of measure for the given data.
Namespace:
PDFTechAssembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Syntax
| C# |
|---|
public enum UnitOfMeasure |
| Visual Basic (Declaration) |
|---|
Public Enumeration UnitOfMeasure |
| Visual C++ |
|---|
public enum class UnitOfMeasure |
Members
| Member name | Description | |
|---|---|---|
| Inch |
Specifies the inch as the unit of measure.
| |
| Pixel |
Specifies a device pixel as the unit of measure.
| |
| Mm |
Specifies the millimeter as the unit of measure.
| |
| Cm |
Specifies the centimeter as the unit of measure.
|