libwkhtmltox
Public Member Functions | Public Attributes | List of all members
wkhtmltopdf::settings::ImageGlobal Struct Reference

Class holding all user settings. More...

#include <imagesettings.hh>

Public Member Functions

QString get (const char *name)
 
bool set (const char *name, const QString &value)
 

Public Attributes

CropSettings crop
 Crop related settings.
 
LoadGlobal loadGlobal
 Scale related settings.
 
LoadPage loadPage
 
Web web
 
LogLevel logLevel
 Log level.
 
bool transparent
 
bool useGraphics
 Should we use the graphics system.
 
QString in
 
QString out
 The file for output.
 
QString fmt
 The output format.
 
int screenWidth
 Set the screen width.
 
int screenHeight
 Set the screen height.
 
int quality
 Image Quality.
 
bool smartWidth
 

Detailed Description

Class holding all user settings.

This class holds all the user settings, settings can be filled in by hand, or with other methods.

See also
CommandLineParser::parse()

The documentation for this struct was generated from the following files: