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




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

    Field Value

    ImageGear.Formats.ImGearSavingFormats enumeration.
    See Also