hwIPPTPublishOption SetGraphicsDistanceBottom
Sets the bottom offset of the graphics area.
Syntax
hwIPPTPublishOption_handle SetGraphicsDistanceBottom p_image_bottom_offset
Application
Tcl Modify
Inputs
- p_image_bottom_offset
- The bottom offset of the graphics area.
Example
To set the graphics distance from the bottom to 20 and change either the width or height,
whichever is not the master dimension (as UpdateResolution is true by
default).
Opt SetGraphicsDistanceBottom 20
To set the graphics distance from the bottom to 20, but not change the width or height as
the update resolution is false.
Opt SetGraphicsDistanceBottom 20 false
Error
Returns success (0) or an error code.
Keywords
Tcl
Query