LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RasterImageTypeConverter Class Members
See Also  Methods 
Leadtools.Codecs Namespace : RasterImageTypeConverter Class

The following tables list the members exposed by RasterImageTypeConverter.

Public Constructors

 NameDescription
public Constructor RasterImageTypeConverter ConstructorOverloaded.   
Top

Public Methods

 NameDescription
public Method CanConvertFromOverloaded. Overridden. Determines whether the converter can convert an object of the given type to an instance of Leadtools.RasterImage.  
public Method CanConvertToOverloaded. Returns whether this converter can convert the object to the specified type. (Inherited from System.ComponentModel.TypeConverter)
public Method ConvertFromOverloaded. Overridden. Attempts to convert a specified object to an instance of Leadtools.RasterImage.  
public Method ConvertFromInvariantStringOverloaded. Converts the given string to the type of this converter, using the invariant culture. (Inherited from System.ComponentModel.TypeConverter)
public Method ConvertFromStringOverloaded. Converts the specified text to an object. (Inherited from System.ComponentModel.TypeConverter)
public Method ConvertToOverloaded. Converts the given value object to the specified type, using the arguments. (Inherited from System.ComponentModel.TypeConverter)
public Method ConvertToInvariantStringOverloaded. Converts the specified value to a culture-invariant string representation. (Inherited from System.ComponentModel.TypeConverter)
public Method ConvertToStringOverloaded. Converts the specified value to a string representation. (Inherited from System.ComponentModel.TypeConverter)
public Method CreateInstanceOverloaded. Re-creates an System.Object given a set of property values for the object. (Inherited from System.ComponentModel.TypeConverter)
public Method GetCreateInstanceSupportedOverloaded. Returns whether changing a value on this object requires a call to the System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) method to create a new value. (Inherited from System.ComponentModel.TypeConverter)
public Method GetPropertiesOverloaded. Returns a collection of properties for the type of array specified by the value parameter. (Inherited from System.ComponentModel.TypeConverter)
public Method GetPropertiesSupportedOverloaded. Returns whether this object supports properties. (Inherited from System.ComponentModel.TypeConverter)
public Method GetStandardValuesOverloaded. Returns a collection of standard values from the default context for the data type this type converter is designed for. (Inherited from System.ComponentModel.TypeConverter)
public Method GetStandardValuesExclusiveOverloaded. Returns whether the collection of standard values returned from System.ComponentModel.TypeConverter.GetStandardValues is an exclusive list. (Inherited from System.ComponentModel.TypeConverter)
public Method GetStandardValuesSupportedOverloaded. Returns whether this object supports a standard set of values that can be picked from a list. (Inherited from System.ComponentModel.TypeConverter)
public Method IsValidOverloaded. Returns whether the given value object is valid for this type. (Inherited from System.ComponentModel.TypeConverter)
Top

Protected Methods

 NameDescription
protected Method GetConvertFromExceptionReturns an exception to throw when a conversion cannot be performed. (Inherited from System.ComponentModel.TypeConverter)
protected Method GetConvertToExceptionReturns an exception to throw when a conversion cannot be performed. (Inherited from System.ComponentModel.TypeConverter)
protected Method SortPropertiesSorts a collection of properties. (Inherited from System.ComponentModel.TypeConverter)
Top

See Also