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** | [**[]Link**](Link.md) | Link to the document. | [optional][default to null]
8
+
**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][default to null]
9
+
**HorizontalAlignment** | [***HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets Horizontal alignment of stamp on the page. | [optional][default to null]
10
+
**Opacity** | **float64** | 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][default to null]
11
+
**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][default to null]
12
+
**RotateAngle** | **float64** | Gets or sets rotate angle of stamp in degrees. This property allows to set arbitrary rotate angle. | [optional][default to null]
13
+
**XIndent** | **float64** | Horizontal stamp coordinate, starting from the left. | [optional][default to null]
14
+
**YIndent** | **float64** | Vertical stamp coordinate, starting from the bottom. | [optional][default to null]
15
+
**Zoom** | **float64** | Zooming factor of the stamp. Allows to scale stamp. | [optional][default to null]
16
+
**FileName** | **string** | Gets or sets the file name. | [optional][default to null]
17
+
**Width** | **float64** | Gets or sets image width. Setting this property allos to scal image horizontally. | [optional][default to null]
18
+
**Height** | **float64** | Gets or sets image height. Setting this image allows to scale image vertically. | [optional][default to null]
19
+
**VerticalAlignment** | [***VerticalAlignment**](VerticalAlignment.md) | Gets or sets vertical alignment of stamp on page. | [optional][default to null]
20
+
**BottomMargin** | **float64** | Gets or sets bottom margin of stamp. | [optional][default to null]
21
+
**LeftMargin** | **float64** | Gets or sets left margin of stamp. | [optional][default to null]
22
+
**TopMargin** | **float64** | Gets or sets top margin of stamp. | [optional][default to null]
23
+
**RightMargin** | **float64** | Gets or sets right margin of stamp. | [optional][default to null]
24
+
**PageNumber** | **int32** | Page number. | [default to null]
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]](../image_stamp_page_specified.go)
[**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.
@@ -7140,6 +7142,40 @@ Name | Type | Description | Notes
7140
7142
7141
7143
[[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)
@@ -7313,6 +7349,40 @@ Name | Type | Description | Notes
7313
7349
7314
7350
[[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** | [**[]Link**](Link.md) | Link to the document. | [optional][default to null]
8
+
**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][default to null]
9
+
**HorizontalAlignment** | [***HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets Horizontal alignment of stamp on the page. | [optional][default to null]
10
+
**Opacity** | **float64** | 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][default to null]
11
+
**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][default to null]
12
+
**RotateAngle** | **float64** | Gets or sets rotate angle of stamp in degrees. This property allows to set arbitrary rotate angle. | [optional][default to null]
13
+
**XIndent** | **float64** | Horizontal stamp coordinate, starting from the left. | [optional][default to null]
14
+
**YIndent** | **float64** | Vertical stamp coordinate, starting from the bottom. | [optional][default to null]
15
+
**Zoom** | **float64** | Zooming factor of the stamp. Allows to scale stamp. | [optional][default to null]
16
+
**TextAlignment** | [***HorizontalAlignment**](HorizontalAlignment.md) | Alignment of the text inside the stamp. | [optional][default to null]
17
+
**Value** | **string** | Gets or sets string value which is used as stamp on the page. | [optional][default to null]
18
+
**TextState** | [***TextState**](TextState.md) | Gets text properties of the stamp. See TextState for details. | [optional][default to null]
19
+
**VerticalAlignment** | [***VerticalAlignment**](VerticalAlignment.md) | Gets or sets vertical alignment of stamp on page. | [optional][default to null]
20
+
**BottomMargin** | **float64** | Gets or sets bottom margin of stamp. | [optional][default to null]
21
+
**LeftMargin** | **float64** | Gets or sets left margin of stamp. | [optional][default to null]
22
+
**TopMargin** | **float64** | Gets or sets top margin of stamp. | [optional][default to null]
23
+
**RightMargin** | **float64** | Gets or sets right margin of stamp. | [optional][default to null]
24
+
**PageNumber** | **int32** | Page number. | [default to null]
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]](../text_stamp_page_specified.go)
* copies of the Software, and to permit persons to whom the Software is
9
+
* furnished to do so, subject to the following conditions:
10
+
* The above copyright notice and this permission notice shall be included in all
11
+
* copies or substantial portions of the Software.
12
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
+
* SOFTWARE.
19
+
*
20
+
*/
21
+
22
+
package asposepdfcloud
23
+
24
+
// Represents Pdf stamps.
25
+
typeImageStampPageSpecifiedstruct {
26
+
// Link to the document.
27
+
Links []Link`json:"Links,omitempty"`
28
+
// 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.
29
+
Backgroundbool`json:"Background,omitempty"`
30
+
// Gets or sets Horizontal alignment of stamp on the page.
// 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.
33
+
Opacityfloat64`json:"Opacity,omitempty"`
34
+
// 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.
35
+
RotateRotation`json:"Rotate,omitempty"`
36
+
// Gets or sets rotate angle of stamp in degrees. This property allows to set arbitrary rotate angle.
37
+
RotateAnglefloat64`json:"RotateAngle,omitempty"`
38
+
// Horizontal stamp coordinate, starting from the left.
39
+
XIndentfloat64`json:"XIndent,omitempty"`
40
+
// Vertical stamp coordinate, starting from the bottom.
41
+
YIndentfloat64`json:"YIndent,omitempty"`
42
+
// Zooming factor of the stamp. Allows to scale stamp.
43
+
Zoomfloat64`json:"Zoom,omitempty"`
44
+
// Gets or sets the file name.
45
+
FileNamestring`json:"FileName,omitempty"`
46
+
// Gets or sets image width. Setting this property allos to scal image horizontally.
47
+
Widthfloat64`json:"Width,omitempty"`
48
+
// Gets or sets image height. Setting this image allows to scale image vertically.
49
+
Heightfloat64`json:"Height,omitempty"`
50
+
// Gets or sets vertical alignment of stamp on page.
0 commit comments