ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearLoadingSelection Class / Format Field




In This Topic
    Format Field (ImGearLoadingSelection)
    In This Topic
    Gets format selected in the open file dialog.
    Syntax
    'Declaration
     
    Public ReadOnly Format As ImGearFormats
    'Usage
     
    Dim instance As ImGearLoadingSelection
    Dim value As ImGearFormats
     
    value = instance.Format
    public readonly ImGearFormats Format
    public: readonly ImGearFormats Format
    public:
    readonly ImGearFormats Format

    Field Value

    ImageGear.Formats.ImGearFormats enumeration value.
    See Also