hwIPPTPublishOption SetGraphicsDistanceRight
Sets the right offset of the graphics area.
Syntax
hwIPPTPublishOption_handle SetGraphicsDistanceRight p_image_right_offset
Application
Tcl Query
Inputs
- p_image_right_offset
- The right offset of the graphics area to publish.
Example
Sets the graphics distance from the right to 20 and changes either the width or height,
        whichever is not the master
        dimension:
      Opt SetGraphicsDistanceRight 20 Sets the graphics distance from the right to 20, but does not change the width or
        height:
    Opt SetGraphicsDistanceRight 20 false 
Error
Returns success (0) or an error code.
Keywords
Tcl
Query