@ironsoftware/ironpdf
Version:
IronPDF for Node
27 lines (23 loc) • 837 B
text/typescript
// Original file: src/internal/IronPdfEngine.ProtoFiles/chrome_render.proto
export interface ChromeHtmlHeaderFooterP {
'baseUrl'?: (string);
'maxHeight'?: (number);
'drawDividerLine'?: (boolean);
'dividerLineColor'?: (string);
'htmlFragment'?: (string);
'loadStylesAndCSSFromMainHtmlDocument'?: (boolean);
'_baseUrl'?: "baseUrl";
'_maxHeight'?: "maxHeight";
'_drawDividerLine'?: "drawDividerLine";
'_dividerLineColor'?: "dividerLineColor";
'_htmlFragment'?: "htmlFragment";
'_loadStylesAndCSSFromMainHtmlDocument'?: "loadStylesAndCSSFromMainHtmlDocument";
}
export interface ChromeHtmlHeaderFooterP__Output {
'baseUrl'?: (string);
'maxHeight'?: (number);
'drawDividerLine'?: (boolean);
'dividerLineColor'?: (string);
'htmlFragment'?: (string);
'loadStylesAndCSSFromMainHtmlDocument'?: (boolean);
}