Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Interface of Stamper utility class. Allows you to add a stamp or sign picture to PDF document pages.
Namespace: Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax
The IStamper type exposes the following members.
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 | (Inherited from IDisposable.) | |
| GetImageSizeInPoints(Image) |
Gets images size in document points.
| |
| GetImageSizeInPoints(String) |
Gets images size in document points.
| |
| GetPageCount |
Returns document page count.
| |
| 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.
|
Events
| Name | Description | |
|---|---|---|
| PasswordRequired |
Occurs when the password required to decrypt the document.
|
See Also