[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...
System Object NFX.Media.PDF.Styling PdfUnitNamespace: NFX.Media.PDF.StylingAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public sealed class PdfUnit : INamed,
IEquatable<PdfUnit>
public sealed class PdfUnit : INamed,
IEquatable<PdfUnit>
Public NotInheritable Class PdfUnit
Implements INamed, IEquatable(Of PdfUnit)
Public NotInheritable Class PdfUnit
Implements INamed, IEquatable(Of PdfUnit)
public ref class PdfUnit sealed : INamed,
IEquatable<PdfUnit^>
public ref class PdfUnit sealed : INamed,
IEquatable<PdfUnit^>
[<SealedAttribute>]
type PdfUnit =
class
interface INamed
interface IEquatable<PdfUnit>
end
[<SealedAttribute>]
type PdfUnit =
class
interface INamed
interface IEquatable<PdfUnit>
end