draw(PDDocument,PDPage,Point,IRange) Method
In This Topic
Draw the range data to the specific location in a specified pdf page.
Syntax
public void draw(
PDDocument ,
PDPage ,
Point ,
IRange
)
|
Parameters
- doc
- page
- The page in a PDF document.
- location
- The location of the range data to be drawn.
- range
- The print data range.
See Also