IStamperStamp Method (String, String, String, PointF, 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 multiple images.
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
void Stamp( string sourceDocument, string destinationDocument, string[] imageFiles, PointF[] points, int startPageIndex, int endPageIndex )
Parameters
- sourceDocument
- Type: SystemString
Source PDF document file name to process. - destinationDocument
- Type: SystemString
Output PDF document file name. - imageFiles
- Type: SystemString
Array of image files. - points
- Type: System.DrawingPointF
Image locations (upper-left corners) in document points (1/72"). The widths and heights 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