capacitor-plugin-scanbot-barcode-scanner-sdk
    Preparing search index...

    Class ImageProfile

    ImageRef profile part specific to image information.

    Index

    Constructors

    • Parameters

      • Optionalsource: DeepPartial<ImageProfile>

      Returns ImageProfile

    Properties

    bitmapMemoryConsumption: number

    Memory consumption of a memory-backed bitmap. Zero, if the image is hibernating.

    Default is 0

    hibernationMemoryConsumption: number

    Memory consumption of the hibernation buffer. Zero, if the image is not hibernating, or is hibernated to a file.

    Default is 0

    Methods

    • Parameters

      Returns {
          bitmapMemoryConsumption?: number;
          hibernationMemoryConsumption?: number;
          serialize?: (
              config?: ToJsonConfiguration,
          ) => { bitmapMemoryConsumption?: number | undefined; hibernationMemoryConsumption?: number | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; };
      }

      • OptionalbitmapMemoryConsumption?: number

        Memory consumption of a memory-backed bitmap. Zero, if the image is hibernating.

        Default is 0

      • OptionalhibernationMemoryConsumption?: number

        Memory consumption of the hibernation buffer. Zero, if the image is not hibernating, or is hibernated to a file.

        Default is 0

      • Optionalserialize?: (
            config?: ToJsonConfiguration,
        ) => { bitmapMemoryConsumption?: number | undefined; hibernationMemoryConsumption?: number | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; }