DocumentUnitsConverter Class Members
In This Topic
The following tables list the members exposed by
DocumentUnitsConverter.
Public Constructors
Public Properties
| | Name | Description |
 | DecimalDigits | Gets or sets count of decimal digits. |
 | DecimalPoint | Gets or sets the decimal point character. |
 | DefaultUnits | Gets or sets unit of measure that is used as the default units. |
 | PredefinedPageSizes | Gets or sets the dictionary that contains predefined page sizes, measured in Device Independed Pixels (DIP). |
 | SizeDelimer | Gets or sets the size delimer. |
 | UnitAbbreviations | Gets or sets the dictionary that contains unit abbreviations. |
Public Methods
| | Name | Description |
 | DipNumberToString | Converts the number, measured in Device Independed Pixels (DIP), to a string. |
 | DipSizeToString | Converts the size, measured in Device Independed Pixels (DIP), to a string. |
 | GetUnitAbbeviation | Returns the unit abbeviation of unit of measure. |
 | GetUnits | Returns a unit of measure from it's abbreviation. |
 | NumberToString | Converts the number to a string. |
 | TryConvertNumber | Tries to convert a string to a number. |
 | TryConvertNumberToDip | Overloaded. Tries to convert a string, which represents a number, to the number in the Device Independed Pixels (DIP). |
 | TryConvertPosisiveNumberToDip | Tries to convert a string, which represents a positive number, to the number in the Device Independed Pixels (DIP). |
 | TryConvertSizeToDip | Tries to convert a string, which represents size, to the number in the Device Independed Pixels (DIP). |
See Also