ImageStamp Class |
Namespace: Aspose.Pdf
The ImageStamp type exposes the following members.
Name | Description | |
---|---|---|
![]() | ImageStamp(Stream) |
Initializes a new instance of the ImageStamp class.
|
![]() | ImageStamp(String) |
Creates image stamp by image in the specified file.
|
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.
(Inherited from Stamp.) |
![]() | BottomMargin |
Gets or sets bottom margin of stamp.
(Inherited from Stamp.) |
![]() | Height |
Gets or sets image height. Setting this image allows to scale image vertically.
|
![]() | HorizontalAlignment |
Gets or sets Horizontal alignment of stamp on the page.
(Inherited from Stamp.) |
![]() | Image |
Gets image stream used for stamping.
|
![]() | LeftMargin |
Gets or sets left margin of stamp.
(Inherited from 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.
(Inherited from Stamp.) |
![]() | 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.
(Inherited from Stamp.) |
![]() | OutlineWidth |
Gets or sets a value of the stamp outline width.
By default the value is 1.0.
(Inherited from Stamp.) |
![]() | Quality |
Gets or sets quality of image stamp in percent. Valid values are 0..100%.
|
![]() | RightMargin |
Gets or sets right margin of stamp.
(Inherited from 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.
(Inherited from Stamp.) |
![]() | RotateAngle |
Gets or sets rotate angle of stamp in degrees.
This property allows to set arbitrary rotate angle.
(Inherited from Stamp.) |
![]() | TopMargin |
Gets or sets top margin of stamp.
(Inherited from Stamp.) |
![]() | VerticalAlignment |
Gets or sets vertical alignment of stamp on page.
(Inherited from Stamp.) |
![]() | Width |
Gets or sets image width. Setting this property allos to scal image horizontally.
|
![]() | XIndent |
Horizontal stamp coordinate, starting from the left.
(Inherited from Stamp.) |
![]() | YIndent |
Vertical stamp coordinate, starting from the bottom.
(Inherited from Stamp.) |
![]() | 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.
(Inherited from Stamp.) |
![]() | ZoomX |
Horizontal zooming factor of the stamp. Allows to scale stamp horizontally.
(Inherited from Stamp.) |
![]() | ZoomY |
Vertical zooming factor of the stamp. Allows to scale stamp vertically.
(Inherited from Stamp.) |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | getStampId |
Returns stamp ID.
(Inherited from Stamp.) |
![]() | GetType | (Inherited from Object.) |
![]() | Put |
Adds graphic stamp on the page.
(Overrides StampPut(Page).) |
![]() | setStampId |
Sets stamp Id.
(Inherited from Stamp.) |
![]() | ToString | (Inherited from Object.) |