com.aspose.eps.device

Class ImageSaveOptions



  • public class ImageSaveOptions
    extends SaveOptions

    This class contains options necessary for managing conversion process.

    • Constructor Detail

      • ImageSaveOptions

        public ImageSaveOptions()

        Initialize new instance of ImageSaveOptions class with default values for flags suppressErrors (true) and debug (false).

      • ImageSaveOptions

        public ImageSaveOptions(boolean supressErrors)

        Initialize new instance of ImageSaveOptions class with default values for flag debug (false).

        Parameters:
        supressErrors - If true conversion will be continued despite of non-critical errors.