﻿# StampInfo
Provides stamp info.

*Inherited from [\Aspose\PDF\Model\LinkElement](LinkElement.md)*
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** | Gets ID of the stamp. | [optional]
**index_on_page** | **int** | Gets index on page of the stamp. | [optional]
**page_index** | **int** | Gets PageIndex of the annotation. | [optional]
**rect** | [**\Aspose\PDF\Model\Rectangle**](Rectangle.md) | Gets Rect of the annotation. | [optional]
**text** | **string** | Get the text content. | [optional]
**visible** | **bool** | Gets the stamp is visible. | [optional]
**stamp_type** | [**\Aspose\PDF\Model\StampType**](StampType.md) | Gets stamp type. | 
**links** | [**\Aspose\PDF\Model\Link[]**](Link.md) | Link to the document.<br />*Inherited from [\Aspose\PDF\Model\LinkElement](LinkElement.md)* | [optional]

[[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/Aspose/PDF/Model/StampInfo.php)

