StampInfo

Overview

StampInfo is a class in Aspose.Pdf FOSS for Java.

Lightweight information about a stamp placed on a page.

Properties

NameTypeAccessDescription
stampIdintReadReturns the stamp identifier.
stampTypeStringReadReturns the stamp type.
textStringReadReturns the stamp text when available.
rectangleRectangleReadReturns the stamp rectangle.

Methods

SignatureDescription
StampInfo(stampId: int, stampType: String, text: String, rectangle: Rectangle)Creates a stamp info record.
getStampId()intReturns the stamp identifier.
getStampType()StringReturns the stamp type.
getText()StringReturns the stamp text when available.
getRectangle()RectangleReturns the stamp rectangle.

See Also