MarginConverter MembersNeodynamic Barcode Professional for ASP.NET Class Reference

The MarginConverter type exposes the following members.
Constructors

  NameDescription
Public methodMarginConverter
Initializes a new instance of the MarginConverter class
Back to Top
Methods

  NameDescription
Public methodOnlineCanConvertFrom(Type)
Returns whether this converter can convert an object of the given type to the type of this converter.
(Inherited from OnlineTypeConverter.)
Public methodCanConvertFrom(ITypeDescriptorContext, Type) (Overrides OnlineTypeConverter CanConvertFrom(ITypeDescriptorContext, Type).)
Public methodOnlineCanConvertTo(Type)
Returns whether this converter can convert the object to the specified type.
(Inherited from OnlineTypeConverter.)
Public methodCanConvertTo(ITypeDescriptorContext, Type) (Overrides OnlineTypeConverter CanConvertTo(ITypeDescriptorContext, Type).)
Public methodOnlineConvertFrom(Object)
Converts the given value to the type of this converter.
(Inherited from OnlineTypeConverter.)
Public methodConvertFrom(ITypeDescriptorContext, CultureInfo, Object) (Overrides OnlineTypeConverter ConvertFrom(ITypeDescriptorContext, CultureInfo, Object).)
Public methodOnlineConvertFromInvariantString(String)
Converts the given string to the type of this converter, using the invariant culture.
(Inherited from OnlineTypeConverter.)
Public methodOnlineConvertFromInvariantString(ITypeDescriptorContext, String)
Converts the given string to the type of this converter, using the invariant culture and the specified context.
(Inherited from OnlineTypeConverter.)
Public methodOnlineConvertFromString(String)
Converts the specified text to an object.
(Inherited from OnlineTypeConverter.)
Public methodOnlineConvertFromString(ITypeDescriptorContext, String)
Converts the given text to an object, using the specified context.
(Inherited from OnlineTypeConverter.)
Public methodOnlineConvertFromString(ITypeDescriptorContext, CultureInfo, String)
Converts the given text to an object, using the specified context and culture information.
(Inherited from OnlineTypeConverter.)
Public methodOnlineConvertTo(Object, Type)
Converts the given value object to the specified type, using the arguments.
(Inherited from OnlineTypeConverter.)
Public methodConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) (Overrides OnlineTypeConverter ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).)
Public methodOnlineConvertToInvariantString(Object)
Converts the specified value to a culture-invariant string representation.
(Inherited from OnlineTypeConverter.)
Public methodOnlineConvertToInvariantString(ITypeDescriptorContext, Object)
Converts the specified value to a culture-invariant string representation, using the specified context.
(Inherited from OnlineTypeConverter.)
Public methodOnlineConvertToString(Object)
Converts the specified value to a string representation.
(Inherited from OnlineTypeConverter.)
Public methodOnlineConvertToString(ITypeDescriptorContext, Object)
Converts the given value to a string representation, using the given context.
(Inherited from OnlineTypeConverter.)
Public methodOnlineConvertToString(ITypeDescriptorContext, CultureInfo, Object)
Converts the given value to a string representation, using the specified context and culture information.
(Inherited from OnlineTypeConverter.)
Public methodOnlineCreateInstance(IDictionary)
Re-creates an OnlineObject given a set of property values for the object.
(Inherited from OnlineTypeConverter.)
Public methodCreateInstance(ITypeDescriptorContext, IDictionary) (Overrides OnlineTypeConverter CreateInstance(ITypeDescriptorContext, IDictionary).)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Protected methodOnlineGetConvertFromException
Returns an exception to throw when a conversion cannot be performed.
(Inherited from OnlineTypeConverter.)
Protected methodOnlineGetConvertToException
Returns an exception to throw when a conversion cannot be performed.
(Inherited from OnlineTypeConverter.)
Public methodOnlineGetCreateInstanceSupported 
Returns whether changing a value on this object requires a call to the OnlineCreateInstance(IDictionary) method to create a new value.
(Inherited from OnlineTypeConverter.)
Public methodGetCreateInstanceSupported(ITypeDescriptorContext) (Overrides OnlineTypeConverter GetCreateInstanceSupported(ITypeDescriptorContext).)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetProperties(Object)
Returns a collection of properties for the type of array specified by the value parameter.
(Inherited from OnlineTypeConverter.)
Public methodOnlineGetProperties(ITypeDescriptorContext, Object)
Returns a collection of properties for the type of array specified by the value parameter, using the specified context.
(Inherited from OnlineTypeConverter.)
Public methodOnlineGetProperties(ITypeDescriptorContext, Object,  Attribute )
Gets a collection of properties for the type of object specified by the value parameter.
(Inherited from OnlineExpandableObjectConverter.)
Public methodOnlineGetPropertiesSupported 
Returns whether this object supports properties.
(Inherited from OnlineTypeConverter.)
Public methodOnlineGetPropertiesSupported(ITypeDescriptorContext)
Gets a value indicating whether this object supports properties using the specified context.
(Inherited from OnlineExpandableObjectConverter.)
Public methodOnlineGetStandardValues 
Returns a collection of standard values from the default context for the data type this type converter is designed for.
(Inherited from OnlineTypeConverter.)
Public methodOnlineGetStandardValues(ITypeDescriptorContext)
Returns a collection of standard values for the data type this type converter is designed for when provided with a format context.
(Inherited from OnlineTypeConverter.)
Public methodOnlineGetStandardValuesExclusive 
Returns whether the collection of standard values returned from OnlineGetStandardValues  is an exclusive list.
(Inherited from OnlineTypeConverter.)
Public methodOnlineGetStandardValuesExclusive(ITypeDescriptorContext)
Returns whether the collection of standard values returned from OnlineGetStandardValues  is an exclusive list of possible values, using the specified context.
(Inherited from OnlineTypeConverter.)
Public methodOnlineGetStandardValuesSupported 
Returns whether this object supports a standard set of values that can be picked from a list.
(Inherited from OnlineTypeConverter.)
Public methodOnlineGetStandardValuesSupported(ITypeDescriptorContext)
Returns whether this object supports a standard set of values that can be picked from a list, using the specified context.
(Inherited from OnlineTypeConverter.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodOnlineIsValid(Object)
Returns whether the given value object is valid for this type.
(Inherited from OnlineTypeConverter.)
Public methodOnlineIsValid(ITypeDescriptorContext, Object)
Returns whether the given value object is valid for this type and for the specified context.
(Inherited from OnlineTypeConverter.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineSortProperties
Sorts a collection of properties.
(Inherited from OnlineTypeConverter.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
See Also