Overload List
| Name | Description | |
|---|---|---|
| PageShape()()()() |
Create a new page shape. Use Path, Password and PageIndex to specify what page to use.
| |
| PageShape(Stream, Int32, String) |
Create a new PageShape from a PDF document in a stream with the original size of the page.
| |
| PageShape(String, Int32, String) |
Create a new PageShape from a file with the original size of the page.
| |
| PageShape(Stream, Int32, String, Double, Double, Double, Double, Boolean, Int32, PageBoundary) |
Create a new page shape. Using the specified page boundary.
| |
| PageShape(String, Int32, String, Double, Double, Double, Double, Boolean, Int32, PageBoundary) |
Create a new page shape. Using the specified page boundary.
|