PdfUnit ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Represents a unit of PDF coordinates. Units are relative to standard pdf point, which is 1/72 inch by default. Use ByName() accessor to get/create units, or use one of the stock units: PdfUnit.Inch|Millimeter|Point...
Inheritance Hierarchy

OnlineSystem Object
  NFX.Media.PDF.Styling PdfUnit

Namespace: NFX.Media.PDF.Styling
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public sealed class PdfUnit : INamed, 
	IEquatable<PdfUnit>
See Also