hwIPPTPublishOption SetPictureWidth
Sets the graphics width.
Syntax
hwIPPTPublishOption_handle SetPictureWidth p_resolution_width
Application
Tcl Query
Description
Sets the graphics width, which is reflected in the published session file.
Inputs
- p_resolution_width
- The defined resolution width of the graphics area.
Example
To set the picture width to 1200, make the master dimension the width, and calculate the
height:
Opt SetPictureWidth 1200
To set the picture width to 1200, make the master dimension the width, but not change the
height:
Opt SetPictureWidth 1200 false
Error
Returns success (0) or an error code.
Keywords
Tcl
Query