com.groupdocs.redaction.options

Class LoadOptions

    • Constructor Summary

      Constructors 
      Constructor and Description
      LoadOptions()
      Initializes a new instance of LoadOptions class.
      LoadOptions(boolean preRasterize)
      Initializes a new instance of LoadOptions class with specified pre-rasterization flag.
      LoadOptions(String password)
      Initializes a new instance of LoadOptions class with specified password.
      LoadOptions(String password, boolean preRasterize)
      Initializes a new instance of LoadOptions class with specified password and pre-rasterization flag.
    • Constructor Detail

      • LoadOptions

        public LoadOptions()

        Initializes a new instance of LoadOptions class.

      • LoadOptions

        public LoadOptions(String password)

        Initializes a new instance of LoadOptions class with specified password.

        Parameters:
        password - Password for protected files
      • LoadOptions

        public LoadOptions(boolean preRasterize)

        Initializes a new instance of LoadOptions class with specified pre-rasterization flag.

        Parameters:
        preRasterize - If true, force rasteization on loading
      • LoadOptions

        public LoadOptions(String password,
                   boolean preRasterize)

        Initializes a new instance of LoadOptions class with specified password and pre-rasterization flag.

        Parameters:
        password - Password for protected files
        preRasterize - If true, force rasteization on loading
    • Method Detail

      • getPassword

        public final String getPassword()

        Gets a password for password-protected documents.

        Returns:
        A password for password-protected documents.
      • setPassword

        public final void setPassword(String value)

        Sets a password for password-protected documents.

        Parameters:
        value - A password for password-protected documents.
      • getPreRasterize

        public final boolean getPreRasterize()

        Gets a value, indicating if the file is to be pre-rasterized.

        Returns:
        A value, indicating if the file is to be pre-rasterized.
      • setPreRasterize

        public final void setPreRasterize(boolean value)

        Sets a value, indicating if the file is to be pre-rasterized.

        Parameters:
        value - A value, indicating if the file is to be pre-rasterized.