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

    Class ImageInfo

    Image Info.

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • Optionalsource: DeepPartial<ImageInfo>

      Returns ImageInfo

    Properties

    height: number

    Image height in pixels.

    maxByteSize: number

    Byte size of the non-hibernating image.

    width: number

    Image width in pixels.

    Methods

    • Parameters

      Returns {
          height?: number;
          maxByteSize?: number;
          serialize?: (
              config?: ToJsonConfiguration,
          ) => { height?: number | undefined; width?: number | undefined; maxByteSize?: number | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; };
          width?: number;
      }

      • Optionalheight?: number

        Image height in pixels.

      • OptionalmaxByteSize?: number

        Byte size of the non-hibernating image.

      • Optionalserialize?: (
            config?: ToJsonConfiguration,
        ) => { height?: number | undefined; width?: number | undefined; maxByteSize?: number | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; }
      • Optionalwidth?: number

        Image width in pixels.