ImageGearJava Project > com.accusoft.imagegear.formats Package > ImGearFileFormats Class : getSavingFormats Method |
This method comes handy when you need to initialize Save File dialog with all saving formats applicable to the ImGearPage object.
Overload | Description |
---|---|
getSavingFormats(ImGearPage) | Returns an array of all file saving formats compatible with a particular ImGearPage.
This method comes handy when you need to initialize Save File dialog with all saving formats applicable to the ImGearPage object. |
getSavingFormats(ImGearPage,ImGearRasterConversionModes) | Returns an array of all file saving formats compatible with a particular com.accusoft.imagegear.core.ImGearPage and the conversion mode.
This method comes handy when you need to initialize Save File dialog with all saving formats applicable to the ImGearPage object. com.accusoft.imagegear.formats.ImGearSavingFormatsT:com.accusoft.imagegear.formats.ImGearRasterConversionModes |
getSavingFormats(ImGearPage,ImGearRasterConversionModes,ImGearSaveOptions) | Returns an array of all file saving formats compatible with a particular com.accusoft.imagegear.core.ImGearPage class oblect and the conversion mode.
This method comes handy when you need to initialize Save File dialog with all saving formats applicable to the com.accusoft.imagegear.core.ImGearPage class object. If com.accusoft.imagegear.formats.ImGearSavingFormatsT:com.accusoft.imagegear.formats.ImGearRasterConversionModesImGearSaveOptions |