// Original file: src/internal/IronPdfEngine.ProtoFiles/chrome_stamp.proto

import type { ChromeBarcodeEncodingP as _ironpdfengineproto_ChromeBarcodeEncodingP, ChromeBarcodeEncodingP__Output as _ironpdfengineproto_ChromeBarcodeEncodingP__Output } from '../ironpdfengineproto/ChromeBarcodeEncodingP';

export interface ChromeBarcodeStamperInfoP {
  'barcodeType'?: (_ironpdfengineproto_ChromeBarcodeEncodingP | null);
  'widthPx'?: (number);
  'heightPx'?: (number);
  '_barcodeType'?: "barcodeType";
  '_widthPx'?: "widthPx";
  '_heightPx'?: "heightPx";
}

export interface ChromeBarcodeStamperInfoP__Output {
  'barcodeType'?: (_ironpdfengineproto_ChromeBarcodeEncodingP__Output);
  'widthPx'?: (number);
  'heightPx'?: (number);
}
