Packages

 

com.aspose.cad.imageoptions

Class EmfOptions



  • public class EmfOptions
    extends ImageOptionsBase

    The EMF file format creation options.

    • Constructor Detail

      • EmfOptions

        public EmfOptions()

        Initializes a new instance of the EmfOptions class.

      • EmfOptions

        public EmfOptions(EmfOptions emfOptions)

        Initializes a new instance of the EmfOptions class.

        Parameters:
        emfOptions - The EMF options.
    • Method Detail

      • getCompress

        public final boolean getCompress()

        Gets or sets a value indicating whether this instance is compressed.

        Value: true if compressed; otherwise, false.
      • setCompress

        public final void setCompress(boolean value)

        Gets or sets a value indicating whether this instance is compressed.

        Value: true if compressed; otherwise, false.