Method ToPoints
ToPoints(Twips)
Formats a measure as an RDL point size, for example "12.25pt".
public static string ToPoints(Twips value)
Parameters
valueTwipsThe measure.
Returns
- string
The RDL size string.
Formats a measure as an RDL point size, for example "12.25pt".
public static string ToPoints(Twips value)
value TwipsThe measure.
The RDL size string.