ComponentOne CalendarView for WinForms
C1.Framework.Mathematics Namespace / MeasureConversionTable Class / InchPerDocument Property

In This Topic
    InchPerDocument Property
    In This Topic
    Gets the inch per document. [1 document = 1/300 inch]
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property InchPerDocument As Fraction(Of Integer)
    public static Fraction<int> InchPerDocument {get;}
    See Also