The following tables list the members exposed by PdfPage.
Public Properties
Public Methods
| Name | Description |
 | ConvertStandardPointToVisualPoint |
Converts a point from standard PDF coordinate system (origin of coordinate system in bottom left corner of page media box)
to visual coordinate system (origin of coordinate system in top left corner of visual page area).
|
 | ConvertVisualPointToStandardPoint |
Converts a point from the visual coordinate system (origin of coordinate system in top left corner of visual page area)
to standard PDF coordinate system (origin of coordinate system in bottom left corner of page media box).
|
 | Save |
Saves the Pdf page.
|
 | SaveGraphics |
Saves the page graphics.
|
 | SaveImages |
Saves the images drawn on the Pdf page.
|
 | SetGraphicsPosition |
Sets the position of the page graphics relative to existing page content.
|
Top
See Also