Link Search Menu Expand Document

Stamper Class

Stamps PDF document with an image.
Inheritance Hierarchy
SystemObject
Bytescout.PDFExtractorStamper

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public class Stamper : IStamper, IDisposable

The Stamper type exposes the following members.

Constructors
NameDescription
Public methodStamper
Initializes a new instance of Stamper class.
Public methodStamper(String, String)
Initializes a new instance of Stamper class.
Top
Properties
NameDescription
Public propertyCheckPermissions
Defines whether to respect permissions set by document owner. If True, extractor throws exception when the extraction is prohibited.
Public propertyLicenseInfo
Gets license information.
Public propertyMakeStampImageTransparent
Makes opaque stamp images transparent taking top-left pixel as transparency color.
Public propertyRegistrationKey
Registration key.
Public propertyRegistrationName
Registration name.
Public propertyVersion
Gets the component version number.
Top
Methods
NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetImageSizeInPoints(Image)
Gets images size in document points.
Public methodGetImageSizeInPoints(String)
Gets images size in document points.
Public methodGetPageCount(Stream)
Returns document page count.
Public methodGetPageCount(String)
Returns document page count.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStamp(Stream, Stream, Image, PointF, Int32, Int32)
Stamps specified PDF document pages with image.
Public methodStamp(Stream, Stream, Image, RectangleF, Int32, Int32)
Stamps specified PDF document pages with image.
Public methodStamp(Stream, Stream, Image, PointF, Int32, Int32)
Stamps specified PDF document pages with multiple images.
Public methodStamp(Stream, Stream, Image, RectangleF, Int32, Int32)
Stamps specified PDF document pages with image.
Public methodStamp(Stream, Stream, String, PointF, Int32, Int32)
Stamps specified PDF document pages with image.
Public methodStamp(Stream, Stream, String, RectangleF, Int32, Int32)
Stamps specified PDF document pages with image.
Public methodStamp(Stream, Stream, String, PointF, Int32, Int32)
Stamps specified PDF document pages with multiple images.
Public methodStamp(Stream, Stream, String, RectangleF, Int32, Int32)
Stamps specified PDF document pages with image.
Public methodStamp(String, String, Image, PointF, Int32, Int32)
Stamps specified PDF document pages with image.
Public methodStamp(String, String, Image, RectangleF, Int32, Int32)
Stamps specified PDF document pages with image.
Public methodStamp(String, String, Image, PointF, Int32, Int32)
Stamps specified PDF document pages with multiple images.
Public methodStamp(String, String, Image, RectangleF, Int32, Int32)
Stamps specified PDF document pages with image.
Public methodStamp(String, String, String, PointF, Int32, Int32)
Stamps specified PDF document pages with image.
Public methodStamp(String, String, String, RectangleF, Int32, Int32)
Stamps specified PDF document pages with image.
Public methodStamp(String, String, String, PointF, Int32, Int32)
Stamps specified PDF document pages with multiple images.
Public methodStamp(String, String, String, RectangleF, Int32, Int32)
Stamps specified PDF document pages with image.
Public methodToString (Inherited from Object.)
Top
Events
NameDescription
Public eventPasswordRequired
Occurs when the password required to decrypt the document.
Top
See Also

Reference