Class PaperTypeConverter
Provides methods for converting from standard PaperTypes to Size
Inheritance
System.Object
PaperTypeConverter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public static class PaperTypeConverter
Methods
ToSize(PaperTypes)
Converts the specified PaperType enumeration to a pair of pixel values in Size.
Declaration
public static Size ToSize(PaperTypes type)
Parameters
PaperTypes
type
PaperType |
Returns
System.Windows.Size
|