Stamper Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Stamps PDF document with an image.
Inheritance Hierarchy
Bytescout.PDFExtractorStamper
Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
The Stamper type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Stamper | Initializes a new instance of Stamper class. | |
| Stamper(String, String) | Initializes a new instance of Stamper class. |
Properties
| Name | Description | |
|---|---|---|
| CheckPermissions | Defines whether to respect permissions set by document owner. If True, extractor throws exception when the extraction is prohibited. | |
| LicenseInfo | Gets license information. | |
| MakeStampImageTransparent | Makes opaque stamp images transparent taking top-left pixel as transparency color. | |
| RegistrationKey | Registration key. | |
| RegistrationName | Registration name. | |
| Version | Gets the component version number. |
Methods
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetImageSizeInPoints(Image) | Gets images size in document points. | |
| GetImageSizeInPoints(String) | Gets images size in document points. | |
| GetPageCount(Stream) | Returns document page count. | |
| GetPageCount(String) | Returns document page count. | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Stamp(Stream, Stream, Image, PointF, Int32, Int32) | Stamps specified PDF document pages with image. | |
| Stamp(Stream, Stream, Image, RectangleF, Int32, Int32) | Stamps specified PDF document pages with image. | |
| Stamp(Stream, Stream, Image, PointF, Int32, Int32) | Stamps specified PDF document pages with multiple images. | |
| Stamp(Stream, Stream, Image, RectangleF, Int32, Int32) | Stamps specified PDF document pages with image. | |
| Stamp(Stream, Stream, String, PointF, Int32, Int32) | Stamps specified PDF document pages with image. | |
| Stamp(Stream, Stream, String, RectangleF, Int32, Int32) | Stamps specified PDF document pages with image. | |
| Stamp(Stream, Stream, String, PointF, Int32, Int32) | Stamps specified PDF document pages with multiple images. | |
| Stamp(Stream, Stream, String, RectangleF, Int32, Int32) | Stamps specified PDF document pages with image. | |
| Stamp(String, String, Image, PointF, Int32, Int32) | Stamps specified PDF document pages with image. | |
| Stamp(String, String, Image, RectangleF, Int32, Int32) | Stamps specified PDF document pages with image. | |
| Stamp(String, String, Image, PointF, Int32, Int32) | Stamps specified PDF document pages with multiple images. | |
| Stamp(String, String, Image, RectangleF, Int32, Int32) | Stamps specified PDF document pages with image. | |
| Stamp(String, String, String, PointF, Int32, Int32) | Stamps specified PDF document pages with image. | |
| Stamp(String, String, String, RectangleF, Int32, Int32) | Stamps specified PDF document pages with image. | |
| Stamp(String, String, String, PointF, Int32, Int32) | Stamps specified PDF document pages with multiple images. | |
| Stamp(String, String, String, RectangleF, Int32, Int32) | Stamps specified PDF document pages with image. | |
| ToString | (Inherited from Object.) |
Events
| Name | Description | |
|---|---|---|
| PasswordRequired | Occurs when the password required to decrypt the document. |
See Also