Stamp Class |
Namespace: Aspose.Pdf
The Stamp type exposes the following members.
Name | Description | |
---|---|---|
![]() | Stamp | Initializes a new instance of the Stamp class |
Name | Description | |
---|---|---|
![]() | Background |
Sets or gets a bool value that indicates the content is stamped as background.
If the value is true, the stamp content is layed at the bottom.
By defalt, the value is false, the stamp content is layed at the top.
|
![]() | BottomMargin |
Gets or sets bottom margin of stamp.
|
![]() | Height |
Desired height of the stamp on the page.
|
![]() | HorizontalAlignment |
Gets or sets Horizontal alignment of stamp on the page.
|
![]() | LeftMargin |
Gets or sets left margin of stamp.
|
![]() | Opacity |
Gets or sets a value to indicate the stamp opacity. The value is from 0.0 to 1.0.
By default the value is 1.0.
|
![]() | OutlineOpacity |
Gets or sets a value to indicate the stamp outline opacity. The value is from 0.0 to 1.0.
By default the value is 1.0.
|
![]() | OutlineWidth |
Gets or sets a value of the stamp outline width.
By default the value is 1.0.
|
![]() | RightMargin |
Gets or sets right margin of stamp.
|
![]() | Rotate |
Sets or gets the rotation of stamp content according Rotation values.
Note. This property is for set angles which are multiples of 90 degrees (0, 90, 180, 270 degrees).
To set arbitrary angle use RotateAngle property.
If angle set by ArbitraryAngle is not multiple of 90 then Rotate property returns Rotation.None.
|
![]() | RotateAngle |
Gets or sets rotate angle of stamp in degrees.
This property allows to set arbitrary rotate angle.
|
![]() | TopMargin |
Gets or sets top margin of stamp.
|
![]() | VerticalAlignment |
Gets or sets vertical alignment of stamp on page.
|
![]() | Width |
Desired width of the stamp on the page.
|
![]() | XIndent |
Horizontal stamp coordinate, starting from the left.
|
![]() | YIndent |
Vertical stamp coordinate, starting from the bottom.
|
![]() | Zoom |
Zooming factor of the stamp. Allows to scale stamp.
Please note that pair of properties ZoomX and ZoomY allows to set zoom factor for every axe separately.
Setting of this property changes both ZoomX and ZoomY properties.
If ZoomX and ZoomY are different then Zoom property returns ZoomX value.
|
![]() | ZoomX |
Horizontal zooming factor of the stamp. Allows to scale stamp horizontally.
|
![]() | ZoomY |
Vertical zooming factor of the stamp. Allows to scale stamp vertically.
|
Name | Description | |
---|---|---|
![]() | addExtGState |
Add G state on the page for stamp.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | getPageRotationMatrix |
Returns transformation matrix for page.
|
![]() | getPoint |
Returns point if the stamp on the page.
|
![]() | getScaleMatrix |
Returns scaling matrix of the stamp.
|
![]() | getStampId |
Returns stamp ID.
|
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Put |
Adds stamp on the page.
|
![]() | setStampId |
Sets stamp Id.
|
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | _horizontalAlignment |
Horizontal alignment of the stamp.
|
![]() | _verticalAlignment |
Vertical alignemtn of the stamp.
|