|
| 1 | +# ImageStamp |
| 2 | +Represents Pdf stamps. |
| 3 | + |
| 4 | +*Inherited from [StampBase](StampBase.md)* |
| 5 | +## Properties |
| 6 | +Name | Type | Description | Notes |
| 7 | +------------ | ------------- | ------------- | ------------- |
| 8 | +**fileName** | **string** | Gets or sets the file name. | [optional] |
| 9 | +**width** | **number** | Gets or sets image width. Setting this property allos to scal image horizontally. | [optional] |
| 10 | +**height** | **number** | Gets or sets image height. Setting this image allows to scale image vertically. | [optional] |
| 11 | +**background** | **boolean** | 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.<br />*Inherited from [StampBase](StampBase.md)* | [optional] |
| 12 | +**bottomMargin** | **number** | Gets or sets bottom margin of stamp.<br />*Inherited from [StampBase](StampBase.md)* | [optional] |
| 13 | +**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets Horizontal alignment of stamp on the page. <br />*Inherited from [StampBase](StampBase.md)* | [optional] |
| 14 | +**leftMargin** | **number** | Gets or sets left margin of stamp.<br />*Inherited from [StampBase](StampBase.md)* | [optional] |
| 15 | +**opacity** | **number** | 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.<br />*Inherited from [StampBase](StampBase.md)* | [optional] |
| 16 | +**rightMargin** | **number** | Gets or sets right margin of stamp.<br />*Inherited from [StampBase](StampBase.md)* | [optional] |
| 17 | +**rotate** | [**Rotation**](Rotation.md) | Sets or gets the rotation of stamp content according 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.<br />*Inherited from [StampBase](StampBase.md)* | [optional] |
| 18 | +**rotateAngle** | **number** | Gets or sets rotate angle of stamp in degrees. This property allows to set arbitrary rotate angle. <br />*Inherited from [StampBase](StampBase.md)* | [optional] |
| 19 | +**topMargin** | **number** | Gets or sets top margin of stamp.<br />*Inherited from [StampBase](StampBase.md)* | [optional] |
| 20 | +**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets or sets vertical alignment of stamp on page.<br />*Inherited from [StampBase](StampBase.md)* | [optional] |
| 21 | +**xIndent** | **number** | Horizontal stamp coordinate, starting from the left.<br />*Inherited from [StampBase](StampBase.md)* | [optional] |
| 22 | +**yIndent** | **number** | Vertical stamp coordinate, starting from the bottom.<br />*Inherited from [StampBase](StampBase.md)* | [optional] |
| 23 | +**zoom** | **number** | Zooming factor of the stamp. Allows to scale stamp.<br />*Inherited from [StampBase](StampBase.md)* | [optional] |
| 24 | +**links** | [**Array<Link>**](Link.md) | Link to the document.<br />*Inherited from [LinkElement](LinkElement.md)* | [optional] |
| 25 | + |
| 26 | +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) [[View Source]](../src/models/imageStamp.ts) |
| 27 | + |
0 commit comments