SetBackgroundColor

Function SetBackgroundColor

Changes the backgruond color of a number of pages in a pdf file.

Parameters:
string sourceFilename: Filename of the source pdf file
string destinationFilename: Filename of the destination pdf file
int fromPage: First page where color is set
int toPage: Last page where color is set
byte Red: Color value
byte Green: Color value
byte Blue: Color value

Return Value:
int