com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class LoadOptions

    • Constructor Detail

      • LoadOptions

        public LoadOptions()
    • Method Detail

      • getWarningHandler

        public WarningCallback getWarningHandler()

        Callback to handle any warnings generated. The WarningHandler returns ReturnAction enum item specifying either Continue or Abort. Continue is the default action and the Load operation continues, however the user may also return Abort in which case the Load operation should cease.

        Returns:
        IWarningCallback value
      • setWarningHandler

        public void setWarningHandler(WarningCallback value)

        Callback to handle any warnings generated. The WarningHandler returns ReturnAction enum item specifying either Continue or Abort. Continue is the default action and the Load operation continues, however the user may also return Abort in which case the Load operation should cease.

        Parameters:
        value - IWarningCallback value
      • getLoadFormat

        public int getLoadFormat()

        Represents file format which LoadOptions describes.

        Returns:
        LoadFormat element
        See Also:
        LoadFormat