Show / Hide Table of Contents

Class FontConverter

Converts Font objects from one data type to another. Access the FontConverter class through the TypeDescriptor object.

Inheritance
System.Object
FontConverter
Namespace: Neodynamic.SDK.Printing
Assembly: cs.temp.dll.dll
Syntax
public class FontConverter : ExpandableObjectConverter

Methods

CanConvertFrom(ITypeDescriptorContext, Type)

Declaration
public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
Parameters
Type Name Description
ITypeDescriptorContext context
System.Type sourceType
Returns
Type Description
System.Boolean

CanConvertTo(ITypeDescriptorContext, Type)

Declaration
public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
Parameters
Type Name Description
ITypeDescriptorContext context
System.Type destinationType
Returns
Type Description
System.Boolean

ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)

Declaration
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Parameters
Type Name Description
ITypeDescriptorContext context
CultureInfo culture
System.Object value
Returns
Type Description
System.Object

ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

Declaration
public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
Parameters
Type Name Description
ITypeDescriptorContext context
CultureInfo culture
System.Object value
System.Type destinationType
Returns
Type Description
System.Object
Back to top Copyright © 2003- Neodynamic SRL
http://www.neodynamic.com