Hot Door CORE 0.8.2
Adobe® Illustrator® Plug-in Library
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
hdi::core::CurrentDocument::Setup Class Reference

Describes the setup options of an existing document. More...

#include <hdicoreCurrentDocument.h>

Collaboration diagram for hdi::core::CurrentDocument::Setup:
Collaboration graph
[legend]

Public Member Functions

 Setup ()
 Constructs a new Setup object with default values.
 
virtual ~Setup ()
 Destructs a Setup object.
 

Public Attributes

Size size
 Document dimensions.
 
bool showPlacedImages
 Indicates whether placed images are shown.
 
double resolution
 Bezier resolution in dpi.
 
bool splitLongPaths
 Controls whether long paths are split. Which paths are affected also depends on the bezier resolution.
 
bool printTiles
 Controls whether multiple tiled pages are printed (or just a single page)
 
bool tileFullPages
 Ignored when printTiles is false; otherwise, controls whether many tiles are created to print the entire artboard (or just the imageable area of a page)
 

Detailed Description

Describes the setup options of an existing document.

Constructor & Destructor Documentation

◆ Setup()

hdi::core::CurrentDocument::Setup::Setup ( )

Constructs a new Setup object with default values.

Author
GW
Date
08/2013

◆ ~Setup()

virtual hdi::core::CurrentDocument::Setup::~Setup ( )
virtual

Destructs a Setup object.

Author
GW
Date
08/2013