PDF .NET Library Documentation - PDF Technologies, Inc.
Specifies the unit of measure for the given data.

Namespace:  PDFTech
Assembly:  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 nameDescription
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.

See Also