In This Topic
Draw the pages in the page collection on a page in a certain direction.
Overload List
Overload | Description |
draw(PDDocument,PDPage,List<PageInfo>,int,int,Order) | Draw the pages in the page collection on a page in a certain direction. |
draw(PDDocument,PDPage,List<PageInfo>,int,int,Order,PdfSaveOptions) | Draw the pages in the page collection on a page in a certain direction. |
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