awebview ~master (2016-01-01T12:36:59Z)
Dub
Repo
Awesomium.PrintConfig
awebview
wrapper
cpp
printconfig
Awesomium
Undocumented in source.
mixintemplate
Awesomium
()
struct
PrintConfig {
Rect
pageSize
;
double
dpi
;
bool
splitPagesIntoMultipleFiles
;
bool
printSelectionOnly
;
static
PrintConfig
opCall
();
}
Members
Static functions
opCall
PrintConfig
opCall
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dpi
double
dpi
;
Undocumented in source.
pageSize
Rect
pageSize
;
Undocumented in source.
printSelectionOnly
bool
printSelectionOnly
;
Undocumented in source.
splitPagesIntoMultipleFiles
bool
splitPagesIntoMultipleFiles
;
Undocumented in source.
Meta
Source
See Implementation
awebview
wrapper
cpp
printconfig
Awesomium
structs
PrintConfig