com.aspose.cad.jasperreports.common

Class MetafileExportParameters

    • Constructor Detail

      • MetafileExportParameters

        public MetafileExportParameters(BaseExportConfigurationImpl baseExportConfiguration)
        Instantiates a new Metafile export parameters.
        Parameters:
        baseExportConfiguration - the base export configuration
    • Method Detail

      • getCompress

        public final boolean getCompress()

        Gets a value indicating whether file format should be compressed.

        Value: true if compressed; otherwise, false.
        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.
      • setPropertyValues

        public void setPropertyValues(Object object)
        Specified by:
        setPropertyValues in interface com.jaspersoft.jasperserver.api.engine.jasperreports.common.ExportParameters
        Overrides:
        setPropertyValues in class ImageExportParameters