com.aspose.eps.device

Class PdfSaveOptions



  • public class PdfSaveOptions
    extends SaveOptions

    This class contains options necessary for managing conversion process.

    • Constructor Detail

      • PdfSaveOptions

        public PdfSaveOptions()

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

      • PdfSaveOptions

        public PdfSaveOptions(boolean supressErrors)

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

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