Unit 'uCEFTypes' Package
[Overview][Types][Index] [#pl_cef4typhon]

TCefPdfPrintSettings

Declaration

Source position: uCEFTypes.pas line 3830

type TCefPdfPrintSettings = record

  landscape: Integer;

  

  print_background: Integer;

  

  scale: Double;

  

  paper_width: Double;

  

  paper_height: Double;

  

  prefer_css_page_size: Integer;

  

  margin_type: TCefPdfPrintMarginType;

  

  margin_top: Double;

  

  margin_right: Double;

  

  margin_bottom: Double;

  

  margin_left: Double;

  

  page_ranges: TCefString;

  

  display_header_footer: Integer;

  

  header_template: TCefString;

  

  footer_template: TCefString;

  

  generate_tagged_pdf: Integer;

  

end;



CT Web help

CodeTyphon Studio