Click or drag to resize

UnitsConverter Class

Converts between various graphic units (pixels, points, etc)
Inheritance Hierarchy
SystemObject
  ExpertPdf.PdfCreatorUnitsConverter

Namespace:  ExpertPdf.PdfCreator
Assembly:  epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax
public class UnitsConverter

The UnitsConverter type exposes the following members.

Constructors
  NameDescription
Public methodUnitsConverter
Top
Methods
  NameDescription
Public methodStatic memberPixelsToPoints
Converts from pixels to points. The result of this method takes into account the current screen resolution.
Public methodStatic memberPointsToPixels
Converts from points to pixels. The result of this method takes into account the current screen resolution.
Top
See Also