Views:

Product: SENTINEL

Version: 6.00 and newer

 

The values associated to these control variables must follow these rules:

@PROP_XXXXXX =

For example: @PROP_Printable = Address , 1

Specific object control variables include:

  • @PROP_Printable: Indicates if the object will be printed or not. The value can be 0 (Not Printable) or 1 (Printable).
  • @PROP_Rotation: Sets the rotation of the object. The value can be one of the following: 0, 900, 1800, 2700.
  • @PROP_BackColor: Sets the background color of the object.
  • @PROP_ForeColor: Sets the foreground color of the object.
  • @PROP_Width: Sets the width of the object (in millimeter x 100 or inch x 100 depending on the designers configuration).
  • @PROP_Height: Sets the height of the object (in millimeter x 100 or inch x 100 depending on the designers configuration).
  • @PROP_Top: Sets the distance between the top edge of the anchor point of the object and the top edge of the document (in millimeter x 100 or inch x 100 depending on the designers configuration).
  • @PROP_Left: Sets the distance between the left edge of the anchor point of the object and the left edge of the document (in millimeter x 100 or inch x 100 depending on the designers configuration).
  • @PROP_MarginLeft: Sets the internal left margin of the object.
  • @PROP_MarginRight: Sets the internal right margin of the object.
  • @PROP_MarginTop: Sets the internal top margin of the object.
  • @PROP_MarginBottom: Sets the internal bottom margin of the object.
  • @PROP_ AnchorPoint: Sets the anchor point of the object.