ImageStampActionModel Data Type

This action contains information to place an image stamp on one or more pages.

Properties
name data type description
Properties inherited from StampActionModel
pageIndex number The index of the page to stamp. If not supplied the stamp will be applied to all pages.
rotation number Rotation of the stamp in degrees.
transparency number Percent of transparency. Value between 0 and 100.
x number Center x coordinate.
y number Center x coordinate.

Example

{
  "pageIndex" : 12345,
  "rotation" : 12345,
  "transparency" : 12345,
  "x" : 12345,
  "y" : 12345
}