import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP'; import type { ChromePdfRenderOptionsP as _ironpdfengineproto_ChromePdfRenderOptionsP, ChromePdfRenderOptionsP__Output as _ironpdfengineproto_ChromePdfRenderOptionsP__Output } from '../ironpdfengineproto/ChromePdfRenderOptionsP'; export interface ChromeAddHtmlHeaderFooterRequestP { 'document'?: (_ironpdfengineproto_PdfDocumentP | null); 'ownerPassword'?: (string); 'userPassword'?: (string); 'options'?: (_ironpdfengineproto_ChromePdfRenderOptionsP | null); 'pageIndexes'?: (number)[]; 'url'?: (string); 'htmlTitle'?: (string); 'pdfTitle'?: (string); } export interface ChromeAddHtmlHeaderFooterRequestP__Output { 'document'?: (_ironpdfengineproto_PdfDocumentP__Output); 'ownerPassword'?: (string); 'userPassword'?: (string); 'options'?: (_ironpdfengineproto_ChromePdfRenderOptionsP__Output); 'pageIndexes'?: (number)[]; 'url'?: (string); 'htmlTitle'?: (string); 'pdfTitle'?: (string); } //# sourceMappingURL=ChromeAddHtmlHeaderFooterRequestP.d.ts.map