VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.TypeConverters Namespace / PaddingFConverter Class / GetProperties Methods
In This Topic
    GetProperties Method (PaddingFConverter)
    In This Topic
    Overloaded. Retrieves the set of properties for this type. By default, a type has does not return any properties. An easy implementation of this method can just call TypeDescriptor.GetProperties for the correct data type.
    Overload List
    OverloadDescription
    Retrieves the set of properties for this type. By default, a type has does not return any properties. An easy implementation of this method can just call TypeDescriptor.GetProperties for the correct data type.
    (Inherited from System.ComponentModel.TypeConverter)
    (Inherited from System.ComponentModel.TypeConverter)
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also