VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Office.DocumentEditor.UI Namespace / DocumentUnitsConverter Class
Constructors Properties Methods SeeAlso
In This Topic
    DocumentUnitsConverter Class Members
    In This Topic
    The following tables list the members exposed by DocumentUnitsConverter.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the DocumentUnitsConverter class.
    Public Properties
     NameDescription
    Public PropertyGets or sets count of decimal digits.
    Public PropertyGets or sets the decimal point character.
    Public PropertyGets or sets unit of measure that is used as the default units.
    Public PropertyGets or sets the dictionary that contains predefined page sizes, measured in Device Independed Pixels (DIP).
    Public PropertyGets or sets the size delimer.
    Public PropertyGets or sets the dictionary that contains unit abbreviations.
    Public Methods
     NameDescription
    Public MethodConverts the number, measured in Device Independed Pixels (DIP), to a string.
    Public MethodConverts the size, measured in Device Independed Pixels (DIP), to a string.
    Public MethodReturns the unit abbeviation of unit of measure.
    Public MethodReturns a unit of measure from it's abbreviation.
    Public MethodConverts the number to a string.
    Public MethodTries to convert a string to a number.
    Public MethodOverloaded. Tries to convert a string, which represents a number, to the number in the Device Independed Pixels (DIP).
    Public MethodTries to convert a string, which represents a positive number, to the number in the Device Independed Pixels (DIP).
    Public MethodTries to convert a string, which represents size, to the number in the Device Independed Pixels (DIP).
    See Also