com.aspose.cad.jasperreports.common

Class MetafileExportConfigurationImpl

    • Constructor Detail

      • MetafileExportConfigurationImpl

        public MetafileExportConfigurationImpl()
    • Method Detail

      • getCompress

        public final boolean getCompress()

        Gets a value indicating whether file format should be compressed.

        Value: true if compressed; otherwise, false.
        Specified by:
        getCompress in interface MetafileExportConfiguration
        Returns:
        a value indicating whether file format should be compressed.
      • setCompress

        public final void setCompress(boolean value)

        Sets a value indicating whether file format should be compressed.

        Value: true if compressed; otherwise, false.
        Parameters:
        value - a value indicating whether file format should be compressed.