ClassPaperTypeConverter
Class
Provides methods for converting from standard PaperTypes to Size
Definition
Namespace:Telerik.WinForms.Documents.Model
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public static class PaperTypeConverter
Inheritance: objectPaperTypeConverter
Methods
ToSize(PaperTypes)
Converts the specified PaperType enumeration to a pair of pixel values in Size.
Declaration
cs-api-definition
public static Size ToSize(PaperTypes type)
Parameters
type
PaperType
Returns