In This Topic
Draw the range data to the specific location in a specified pdf page.
Overload List
Overload | Description |
draw(PDDocument,PDPage,Point,IRange) | Draw the range data to the specific location in a specified pdf page. |
draw(PDDocument,PDPage,Point,IRange,PdfSaveOptions) | Draw the range data to the specific location in a specified pdf page. |
draw(PDDocument,PDPage,Rectangle,IRange) | Draw the range data to the specific location in a specified pdf page. |
draw(PDDocument,PDPage,Rectangle,IRange,PdfSaveOptions) | Draw the range data to the specific location in a specified pdf page. |
draw(PDDocument,PDPage,Rectangle,PageContentInfo) | Draw the page info to the specific location in a specified pdf page. |
draw(PDDocument,PDPage,Rectangle,PageContentInfo,PdfSaveOptions) | Draw the page info to the specific location in a specified pdf page. |
draw(PDDocument,PDPage,Rectangle,PageInfo) | Draw the page info to the specific location in a specified pdf page. |
draw(PDDocument,PDPage,Rectangle,PageInfo,PdfSaveOptions) | Draw the page info to the specific location in a specified pdf page. |
See Also