ClassPaperTypeConverter
Class
Utilities to map standard PaperTypes to page Size values in device-independent pixels.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
cs-api-definition
public static class PaperTypeConverter
Inheritance: objectPaperTypeConverter
Methods
ToSize(PaperTypes)
Convert a PaperTypes value to its page Size in DIPs.
Declaration
cs-api-definition
public static Size ToSize(PaperTypes type)
Parameters
type
PaperType
Returns
Size