StamperStamp Method (Stream, Stream, Image, RectangleF, 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

public void Stamp(
	Stream sourceDocumentStream,
	Stream destinationDocumentStream,
	Image image,
	RectangleF rectangle,
	int startPageIndex,
	int endPageIndex
)

Parameters

sourceDocumentStream
Type: System.IOStream
Source stream with PDF document to process.
destinationDocumentStream
Type: System.IOStream
Output stream for processed PDF document .
image
Type: System.DrawingImage
Image object.
rectangle
Type: System.DrawingRectangleF
Image rectangle in document points (1/72").
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".

Implements

IStamperStamp(Stream, Stream, Image, RectangleF, Int32, Int32)
See Also

Reference