Stamp

Overview

Stamp is a class in Aspose.PDF FOSS for .NET.

Top-level abstract base for stamps applied to a Page via AddStamp(Stamp).

This class provides 3 methods for working with Stamp objects in .NET programs. Available methods include: Put, getStampId, setStampId. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Background, BottomMargin, Height, HorizontalAlignment, LeftMargin, Opacity, and 13 more.

Properties

NameTypeAccessDescription
BackgroundboolRead/WriteGets or sets the background.
BottomMargindoubleRead/WriteGets or sets the bottom margin.
HeightdoubleRead/WriteGets or sets the height.
HorizontalAlignmentHorizontalAlignmentRead/WriteGets or sets the horizontal alignment.
LeftMargindoubleRead/WriteGets or sets the left margin.
OpacitydoubleRead/WriteGets or sets the opacity.
OutlineOpacitydoubleRead/WriteGets or sets the outline opacity.
OutlineWidthdoubleRead/WriteGets or sets the outline width.
RightMargindoubleRead/WriteGets or sets the right margin.
RotateRotationRead/WriteGets or sets the rotate.
RotateAngledoubleRead/WriteGets or sets the rotate angle.
TopMargindoubleRead/WriteGets or sets the top margin.
VerticalAlignmentVerticalAlignmentRead/WriteGets or sets the vertical alignment.
WidthdoubleRead/WriteGets or sets the width.
XIndentdoubleRead/WriteGets or sets the x indent.
YIndentdoubleRead/WriteGets or sets the y indent.
ZoomdoubleRead/WriteGets or sets the zoom.
ZoomXdoubleRead/WriteGets or sets the zoom x.
ZoomYdoubleRead/WriteGets or sets the zoom y.

Methods

SignatureDescription
Put(page: Page)Apply this stamp to page.
getStampId()Calls getStampId on this Stamp instance.
setStampId(value: int)Calls setStampId on this Stamp instance.

See Also