Overload | Description |
---|---|
Implicit Type Conversion(String,ReportSize) | Converts a size to its string representation. |
Implicit Type Conversion(ReportSize,String) | Converts a string to the corresponding ReportSize value. |
Implicit Type Conversion(ReportSize,Unit) | Converts a C1.C1Preview.Unit to a ReportSize. Note that the unit to be converted must be absolute and must not be expressed in pixels, or an exception will be thrown. |
Implicit Type Conversion(Unit,ReportSize) | Converts a size to a C1.C1Preview.Unit structure. |
Implicit Type Conversion(LengthAbs,ReportSize) | Converts a size to a C1.C1Preview.LengthAbs structure. |