In This Topic
Draw the pages in the page collection on a page in a certain direction.
Overload List
Overload | Description |
Draw(Page,IList<PageInfo>,Int32,Int32,Order,PdfSaveOptions) |
Draw the pages in the page collection on a page in a certain direction.
|
Draw(Page,PointF,IRange,PdfSaveOptions) |
Draw the range data to the specific location in a specified pdf page.
|
Draw(Page,RectangleF,IRange,PdfSaveOptions) |
Draw the range data to the specific location in a specified pdf page.
|
Draw(Page,RectangleF,PageContentInfo,PdfSaveOptions) |
Draw the page info to the specific location in a specified pdf page.
|
Draw(Page,RectangleF,PageInfo,PdfSaveOptions) |
Draw the page info to the specific location in a specified pdf page.
|
See Also