| ImageGearJava Project > com.accusoft.imagegear.formats Package > ImGearFileFormats Class > getSavingFormats Method : getSavingFormats(ImGearPage,ImGearRasterConversionModes,ImGearSaveOptions) Method |
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 options parameter is not null, rasterConversionModes supersedes options.ConversionMode field.
com.accusoft.imagegear.formats.ImGearSavingFormatsT:com.accusoft.imagegear.formats.ImGearRasterConversionModesImGearSaveOptions
public static ImGearSavingFormats[] getSavingFormats( ImGearPage page, ImGearRasterConversionModes rasterConversionModes, ImGearSaveOptions options ) |