IStamperStamp Method (Stream, Stream, Image, RectangleF, Int32, Int32)
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Stamps specified PDF document pages with image.
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
void Stamp( Stream sourceDocumentStream, Stream destinationDocumentStream, Image[] images, RectangleF[] rectangles, 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 . - images
- Type: System.DrawingImage
Array of Image objects. - rectangles
- Type: System.DrawingRectangleF
Array of image rectangles 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".
See Also