hwIPPTPublishOption SetGraphicsDistanceLeft

Sets the left offset of the graphics area.

Syntax

hwIPPTPublishOption_handle SetGraphicsDistanceLeft p_image_left_offset

Application

HyperWorks Tcl Modify

Inputs

p_image_left_offset
The left offset of the graphics area.

Example

To set the graphics distance from the left to 20 and change either the width or height, whichever is not the master dimension (as UpdateResolution is true by default):
Opt SetGraphicsDistanceLeft 20
To set the graphics distance from the left to 20, but not change the width or height, as the update resolution is false.
Opt SetGraphicsDistanceLeft 20 false 

Error

Returns success (0) or an error code.

Keywords

HyperWorks

Tcl

Query