// Original file: src/internal/IronPdfEngine.ProtoFiles/chrome_image.proto import type { RawImageChunkWithIndexP as _ironpdfengineproto_RawImageChunkWithIndexP, RawImageChunkWithIndexP__Output as _ironpdfengineproto_RawImageChunkWithIndexP__Output } from '../ironpdfengineproto/RawImageChunkWithIndexP'; import type { ChromeImageBehaviorP as _ironpdfengineproto_ChromeImageBehaviorP, ChromeImageBehaviorP__Output as _ironpdfengineproto_ChromeImageBehaviorP__Output } from '../ironpdfengineproto/ChromeImageBehaviorP'; import type { ChromePdfRenderOptionsP as _ironpdfengineproto_ChromePdfRenderOptionsP, ChromePdfRenderOptionsP__Output as _ironpdfengineproto_ChromePdfRenderOptionsP__Output } from '../ironpdfengineproto/ChromePdfRenderOptionsP'; export interface _ironpdfengineproto_ChromeImageToPdfRequestStreamP_InfoP { 'imageBehavior'?: (_ironpdfengineproto_ChromeImageBehaviorP | null); 'renderOptions'?: (_ironpdfengineproto_ChromePdfRenderOptionsP | null); '_renderOptions'?: "renderOptions"; } export interface _ironpdfengineproto_ChromeImageToPdfRequestStreamP_InfoP__Output { 'imageBehavior'?: (_ironpdfengineproto_ChromeImageBehaviorP__Output); 'renderOptions'?: (_ironpdfengineproto_ChromePdfRenderOptionsP__Output); } export interface ChromeImageToPdfRequestStreamP { 'info'?: (_ironpdfengineproto_ChromeImageToPdfRequestStreamP_InfoP | null); 'rawImagesChunk'?: (_ironpdfengineproto_RawImageChunkWithIndexP | null); 'request'?: "info"|"rawImagesChunk"; } export interface ChromeImageToPdfRequestStreamP__Output { 'info'?: (_ironpdfengineproto_ChromeImageToPdfRequestStreamP_InfoP__Output); 'rawImagesChunk'?: (_ironpdfengineproto_RawImageChunkWithIndexP__Output); }