IStamperStamp Method (String, String, Image, PointF, Int32, Int32)ByteScout PDF Extractor SDK
Stamps specified PDF document pages with image.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax

void Stamp(
	string sourceDocument,
	string destinationDocument,
	Image image,
	PointF point,
	int startPageIndex,
	int endPageIndex
)

Parameters

sourceDocument
Type: SystemString
Source PDF document file name to process.
destinationDocument
Type: SystemString
Output PDF document file name.
image
Type: System.DrawingImage
Image object.
point
Type: System.DrawingPointF
Image location (upper-left corner) in document points (1/72"). The width and height will be computed according to the image resolution.
startPageIndex
Type: SystemInt32
Zero-based index of the start page to stamp.
endPageIndex
Type: SystemInt32
Zero-based index of the end page to stamp. Use -1 to specify "to the end of document".
See Also

Reference