You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**fileName** | **string** | Gets or sets the file name.<br />*Inherited from [ImageStamp](ImageStamp.md)* | [optional]
10
+
**width** | **number** | Gets or sets image width. Setting this property allos to scal image horizontally.<br />*Inherited from [ImageStamp](ImageStamp.md)* | [optional]
11
+
**height** | **number** | Gets or sets image height. Setting this image allows to scale image vertically.<br />*Inherited from [ImageStamp](ImageStamp.md)* | [optional]
12
+
**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets or sets vertical alignment of stamp on page.<br />*Inherited from [ImageStamp](ImageStamp.md)* | [optional]
13
+
**bottomMargin** | **number** | Gets or sets bottom margin of stamp.<br />*Inherited from [ImageStamp](ImageStamp.md)* | [optional]
14
+
**leftMargin** | **number** | Gets or sets left margin of stamp.<br />*Inherited from [ImageStamp](ImageStamp.md)* | [optional]
15
+
**topMargin** | **number** | Gets or sets top margin of stamp.<br />*Inherited from [ImageStamp](ImageStamp.md)* | [optional]
16
+
**rightMargin** | **number** | Gets or sets right margin of stamp.<br />*Inherited from [ImageStamp](ImageStamp.md)* | [optional]
17
+
**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]
18
+
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets Horizontal alignment of stamp on the page. <br />*Inherited from [StampBase](StampBase.md)* | [optional]
19
+
**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]
20
+
**rotate** | [**Rotation**](Rotation.md) | 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.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
21
+
**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]
22
+
**xIndent** | **number** | Horizontal stamp coordinate, starting from the left.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
23
+
**yIndent** | **number** | Vertical stamp coordinate, starting from the bottom.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
24
+
**zoom** | **number** | Zooming factor of the stamp. Allows to scale stamp.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
25
+
**links** | [**Array<Link>**](Link.md) | Link to the document.<br />*Inherited from [LinkElement](LinkElement.md)* | [optional]
26
+
27
+
[[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/imageStampPageSpecified.ts)
*PdfApi* | [**postFlattenDocument**](PdfApi.md#postFlattenDocument) | **POST** /pdf/\{name}/flatten | Flatten the document.
219
221
*PdfApi* | [**postHtmlToPdf**](PdfApi.md#postHtmlToPdf) | **POST** /pdf/create/html | Convert HTML file (zip archive in request content) to PDF format and return resulting file in response.
@@ -5155,6 +5157,30 @@ Name | Type | Description | Notes
**textAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Alignment of the text inside the stamp.<br />*Inherited from [TextStamp](TextStamp.md)* | [optional]
10
+
**value** | **string** | Gets or sets string value which is used as stamp on the page.<br />*Inherited from [TextStamp](TextStamp.md)* | [optional]
11
+
**textState** | [**TextState**](TextState.md) | Gets text properties of the stamp. See TextState for details.<br />*Inherited from [TextStamp](TextStamp.md)* | [optional]
12
+
**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets or sets vertical alignment of stamp on page.<br />*Inherited from [TextStamp](TextStamp.md)* | [optional]
13
+
**bottomMargin** | **number** | Gets or sets bottom margin of stamp.<br />*Inherited from [TextStamp](TextStamp.md)* | [optional]
14
+
**leftMargin** | **number** | Gets or sets left margin of stamp.<br />*Inherited from [TextStamp](TextStamp.md)* | [optional]
15
+
**topMargin** | **number** | Gets or sets top margin of stamp.<br />*Inherited from [TextStamp](TextStamp.md)* | [optional]
16
+
**rightMargin** | **number** | Gets or sets right margin of stamp.<br />*Inherited from [TextStamp](TextStamp.md)* | [optional]
17
+
**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]
18
+
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets Horizontal alignment of stamp on the page. <br />*Inherited from [StampBase](StampBase.md)* | [optional]
19
+
**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]
20
+
**rotate** | [**Rotation**](Rotation.md) | 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.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
21
+
**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]
22
+
**xIndent** | **number** | Horizontal stamp coordinate, starting from the left.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
23
+
**yIndent** | **number** | Vertical stamp coordinate, starting from the bottom.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
24
+
**zoom** | **number** | Zooming factor of the stamp. Allows to scale stamp.<br />*Inherited from [StampBase](StampBase.md)* | [optional]
25
+
**links** | [**Array<Link>**](Link.md) | Link to the document.<br />*Inherited from [LinkElement](LinkElement.md)* | [optional]
26
+
27
+
[[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/textStampPageSpecified.ts)
0 commit comments