StampPDFFileWithImage
Submitted by philip on Mon, 2007-12-24 13:54.
Function StampPDFFileWithImage
Stamps a pdf file with an image.
Parameters:
string sourceFilename: Filename of the source pdf file
string destinationFilename: Filename of the destination pdf file
string imageFilename: Filename of the image
int fromPage: First page to add the stamp
int toPage: Last page to add the stamp
bool overUnder: Determines if image is placed above or below the existing content
float fillOpacity: Opacity of the image
int blendMode: Blend mode
Return Value:
int