Link Search Menu Expand Document

IStamper Methods

The IStamper type exposes the following members.

Methods
NameDescription
Public methodDispose (Inherited from IDisposable.)
Public methodGetImageSizeInPoints(Image)
Gets images size in document points.
Public methodGetImageSizeInPoints(String)
Gets images size in document points.
Public methodGetPageCount
Returns document page count.
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.
Top
See Also

Reference