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
**Links** | [**List<Link>**](Link.md) | Link to the document. | [optional]
9
+
**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. | [optional]
10
+
**HorizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets Horizontal alignment of stamp on the page. | [optional]
11
+
**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. | [optional]
12
+
**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. | [optional]
13
+
**RotateAngle** | **double?** | Gets or sets rotate angle of stamp in degrees. This property allows to set arbitrary rotate angle. | [optional]
14
+
**XIndent** | **double?** | Horizontal stamp coordinate, starting from the left. | [optional]
15
+
**YIndent** | **double?** | Vertical stamp coordinate, starting from the bottom. | [optional]
16
+
**Zoom** | **double?** | Zooming factor of the stamp. Allows to scale stamp. | [optional]
17
+
**FileName** | **string** | Gets or sets the file name. | [optional]
18
+
**Width** | **double?** | Gets or sets image width. Setting this property allos to scal image horizontally. | [optional]
19
+
**Height** | **double?** | Gets or sets image height. Setting this image allows to scale image vertically. | [optional]
20
+
**VerticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets or sets vertical alignment of stamp on page. | [optional]
21
+
**BottomMargin** | **double?** | Gets or sets bottom margin of stamp. | [optional]
22
+
**LeftMargin** | **double?** | Gets or sets left margin of stamp. | [optional]
23
+
**TopMargin** | **double?** | Gets or sets top margin of stamp. | [optional]
24
+
**RightMargin** | **double?** | Gets or sets right margin of stamp. | [optional]
25
+
**PageNumber** | **int?** | Page number. |
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)
[**PostDocumentPageNumberStamps**](PdfApi.md#postdocumentpagenumberstamps) | **POST** /pdf/\{name}/stamps/pagenumber | Add document page number stamps.
213
214
[**PostDocumentTextFooter**](PdfApi.md#postdocumenttextfooter) | **POST** /pdf/\{name}/footer/text | Add document text footer.
214
215
[**PostDocumentTextHeader**](PdfApi.md#postdocumenttextheader) | **POST** /pdf/\{name}/header/text | Add document text header.
215
216
[**PostDocumentTextReplace**](PdfApi.md#postdocumenttextreplace) | **POST** /pdf/\{name}/text/replace | Document's replace text method.
216
217
[**PostDocumentTextStamps**](PdfApi.md#postdocumenttextstamps) | **POST** /pdf/\{name}/stamps/text | Add document pages text stamps.
218
+
[**PostDocumentTextStampsPageSpecified**](PdfApi.md#postdocumenttextstampspagespecified) | **POST** /pdf/\{name}/stamps/text/pagespecified | Add document text stamps to specified pages.
217
219
[**PostEncryptDocumentInStorage**](PdfApi.md#postencryptdocumentinstorage) | **POST** /pdf/\{name}/encrypt | Encrypt document in storage.
218
220
[**PostFlattenDocument**](PdfApi.md#postflattendocument) | **POST** /pdf/\{name}/flatten | Flatten the document.
219
221
[**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.
@@ -5982,6 +5984,34 @@ Name | Type | Description | Notes
5982
5984
5983
5985
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
@@ -6125,6 +6155,34 @@ Name | Type | Description | Notes
6125
6155
6126
6156
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**Links** | [**List<Link>**](Link.md) | Link to the document. | [optional]
9
+
**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. | [optional]
10
+
**HorizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets Horizontal alignment of stamp on the page. | [optional]
11
+
**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. | [optional]
12
+
**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. | [optional]
13
+
**RotateAngle** | **double?** | Gets or sets rotate angle of stamp in degrees. This property allows to set arbitrary rotate angle. | [optional]
14
+
**XIndent** | **double?** | Horizontal stamp coordinate, starting from the left. | [optional]
15
+
**YIndent** | **double?** | Vertical stamp coordinate, starting from the bottom. | [optional]
16
+
**Zoom** | **double?** | Zooming factor of the stamp. Allows to scale stamp. | [optional]
17
+
**TextAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Alignment of the text inside the stamp. | [optional]
18
+
**Value** | **string** | Gets or sets string value which is used as stamp on the page. | [optional]
19
+
**TextState** | [**TextState**](TextState.md) | Gets text properties of the stamp. See TextState for details. | [optional]
20
+
**VerticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets or sets vertical alignment of stamp on page. | [optional]
21
+
**BottomMargin** | **double?** | Gets or sets bottom margin of stamp. | [optional]
22
+
**LeftMargin** | **double?** | Gets or sets left margin of stamp. | [optional]
23
+
**TopMargin** | **double?** | Gets or sets top margin of stamp. | [optional]
24
+
**RightMargin** | **double?** | Gets or sets right margin of stamp. | [optional]
25
+
**PageNumber** | **int?** | Page number. |
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)
0 commit comments