Add PDF print scale factor setting (issue #2106)

This commit is contained in:
Marshall Greenblatt
2017-03-16 17:47:40 -04:00
parent c6838d8ca8
commit e7ac0d0ff5
3 changed files with 11 additions and 1 deletions

View File

@@ -937,6 +937,8 @@ struct CefPdfPrintSettingsTraits {
target->page_width = src->page_width;
target->page_height = src->page_height;
target->scale_factor = src->scale_factor;
target->margin_top = src->margin_top;
target->margin_right = src->margin_right;
target->margin_bottom = src->margin_bottom;