VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.TypeConverters Namespace / AnnotationFontNameConverter Class
Constructors Methods SeeAlso
In This Topic
    AnnotationFontNameConverter Class Members
    In This Topic
    The following tables list the members exposed by AnnotationFontNameConverter.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the AnnotationFontNameConverter class.
    Public Methods
     NameDescription
    Public MethodOverloaded. Determines whether this converter can convert an object in the specified source type to the native type of the converter.
    Public MethodOverloaded. Returns whether this converter can convert the object to the specified type, using the specified context. (Inherited from System.ComponentModel.TypeConverter)
    Public MethodOverloaded. Converts the given value to the type of this converter. (Inherited from System.ComponentModel.TypeConverter)
    Public MethodOverloaded. Converts the given string to the type of this converter, using the invariant culture. (Inherited from System.ComponentModel.TypeConverter)
    Public MethodOverloaded. Converts the specified text to an object. (Inherited from System.ComponentModel.TypeConverter)
    Public MethodOverloaded. Converts the given value object to the specified type, using the specified context and culture information. (Inherited from System.ComponentModel.TypeConverter)
    Public MethodOverloaded. Converts the specified value to a culture-invariant string representation, using the specified context. (Inherited from System.ComponentModel.TypeConverter)
    Public MethodOverloaded. Converts the given value to a string representation, using the given context. (Inherited from System.ComponentModel.TypeConverter)
    Public MethodOverloaded. Re-creates an given a set of property values for the object. (Inherited from System.ComponentModel.TypeConverter)
    Public MethodOverloaded. Returns whether changing a value on this object requires a call to to create a new value, using the specified context. (Inherited from System.ComponentModel.TypeConverter)
    Public MethodOverloaded. Returns a collection of properties for the type of array specified by the value parameter, using the specified context and attributes. (Inherited from System.ComponentModel.TypeConverter)
    Public MethodOverloaded. Returns whether this object supports properties. (Inherited from System.ComponentModel.TypeConverter)
    Public MethodOverloaded. Returns a collection of standard values for the data type this type converter is designed for when provided with a format context.
    Public MethodOverloaded. Returns whether the collection of standard values returned from GetStandardValues is an exclusive list of possible values, using the specified context.
    Public MethodOverloaded. Returns whether this object supports a standard set of values that can be picked from a list, using the specified context.
    Public MethodOverloaded. Returns whether the given value object is valid for this type and for the specified context. (Inherited from System.ComponentModel.TypeConverter)
    Protected Methods
     NameDescription
    Protected MethodReturns an exception to throw when a conversion cannot be performed. (Inherited from System.ComponentModel.TypeConverter)
    Protected MethodReturns an exception to throw when a conversion cannot be performed. (Inherited from System.ComponentModel.TypeConverter)
    Protected MethodSorts a collection of properties. (Inherited from System.ComponentModel.TypeConverter)
    See Also