StampInfo
Overview
StampInfo is a class in Aspose.PDF FOSS for .NET.
Contains information about a stamp on a page.
Properties: Form, Image, ImageBytes, IndexOnPage, Rect, Rectangle, and 4 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
StampId | int | Read | The stamp identifier. |
IndexOnPage | int | Read | The 0-based index of this stamp on the page (order of q/Q blocks). |
StampType | StampType | Read | The type of stamp. |
Visible | bool | Read | Whether the stamp is visible. |
Text | string? | Read | Text content, if this is a text stamp. |
ImageBytes | byte[]? | Read | Image bytes, if this is an image stamp. |
Image | System.Drawing.Image? | Read | Image content (System.Drawing.Image) for an image stamp. |
Form | XForm? | Read | The Form XObject for this stamp (form stamps only). |
Rect | Rectangle? | Read | The rectangle area of this stamp (if determinable). |
Rectangle | Rectangle? | Read | Alias for Rect. |