Represents Pdf stamps.
Inherited from StampBase
| Name | Type | Description | Notes |
|---|---|---|---|
| textAlignment | HorizontalAlignment? | Alignment of the text inside the stamp. | [optional] |
| value | String? | Gets or sets string value which is used as stamp on the page. | [optional] |
| textState | TextState? | Gets text properties of the stamp. See TextState for details. | [optional] |
| verticalAlignment | VerticalAlignment? | Gets or sets vertical alignment of stamp on page. | [optional] |
| bottomMargin | Double? | Gets or sets bottom margin of stamp. | [optional] |
| leftMargin | Double? | Gets or sets left margin of stamp. | [optional] |
| topMargin | Double? | Gets or sets top margin of stamp. | [optional] |
| rightMargin | Double? | Gets or sets right margin of stamp. | [optional] |
| background | Bool? | Sets or gets a bool value that indicates the content is stamped as background. If the value is true, the stamp content is layed at the bottom. By defalt, the value is false, the stamp content is layed at the top. Inherited from StampBase |
[optional] |
| horizontalAlignment | HorizontalAlignment? | Gets or sets Horizontal alignment of stamp on the page. Inherited from StampBase |
[optional] |
| opacity | Double? | Gets or sets a value to indicate the stamp opacity. The value is from 0.0 to 1.0. By default the value is 1.0. Inherited from StampBase |
[optional] |
| rotate | Rotation? | Sets or gets the rotation of stamp content according Rotation values. Note. This property is for set angles which are multiples of 90 degrees (0, 90, 180, 270 degrees). To set arbitrary angle use RotateAngle property. If angle set by ArbitraryAngle is not multiple of 90 then Rotate property returns Rotation.None. Inherited from StampBase |
[optional] |
| rotateAngle | Double? | Gets or sets rotate angle of stamp in degrees. This property allows to set arbitrary rotate angle. Inherited from StampBase |
[optional] |
| xIndent | Double? | Horizontal stamp coordinate, starting from the left. Inherited from StampBase |
[optional] |
| yIndent | Double? | Vertical stamp coordinate, starting from the bottom. Inherited from StampBase |
[optional] |
| zoom | Double? | Zooming factor of the stamp. Allows to scale stamp. Inherited from StampBase |
[optional] |
| links | [Link]? | Link to the document. Inherited from LinkElement |
[optional] |
[Back to Model list] [Back to API list] [Back to README] [View Source]