StampInfo
Overview
StampInfo is a class in Aspose.Pdf FOSS for Java.
Lightweight information about a stamp placed on a page.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
stampId | int | Read | Returns the stamp identifier. |
stampType | String | Read | Returns the stamp type. |
text | String | Read | Returns the stamp text when available. |
rectangle | Rectangle | Read | Returns the stamp rectangle. |
Methods
| Signature | Description |
|---|---|
StampInfo(stampId: int, stampType: String, text: String, rectangle: Rectangle) | Creates a stamp info record. |
getStampId() → int | Returns the stamp identifier. |
getStampType() → String | Returns the stamp type. |
getText() → String | Returns the stamp text when available. |
getRectangle() → Rectangle | Returns the stamp rectangle. |