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

NameTypeAccessDescription
StampIdintReadThe stamp identifier.
IndexOnPageintReadThe 0-based index of this stamp on the page (order of q/Q blocks).
StampTypeStampTypeReadThe type of stamp.
VisibleboolReadWhether the stamp is visible.
Textstring?ReadText content, if this is a text stamp.
ImageBytesbyte[]?ReadImage bytes, if this is an image stamp.
ImageSystem.Drawing.Image?ReadImage content (System.Drawing.Image) for an image stamp.
FormXForm?ReadThe Form XObject for this stamp (form stamps only).
RectRectangle?ReadThe rectangle area of this stamp (if determinable).
RectangleRectangle?ReadAlias for Rect.

See Also