public class PDFPage : IDisposablePublic Class PDFPage
Implements IDisposablepublic ref class PDFPage : IDisposabletype PDFPage =
class
interface IDisposable
end| Dispose | Dispose the page |
| GetProjectionMatrix(RectangleD) | Returns the projection matrix to project the from rectangle to the page |
| GetProjectionMatrix(RectangleD, Double) | Returns the projection matrix to project the from rectangle to the page with scaling |
| GetProjectionMatrix(RectangleD, RectangleD, PDFPlacement) | Returns the projection matrix to project the from rectangle to the to rectangle with a certain placement if needed |
| GetProjectionMatrix(RectangleD, Double, PDFPlacement) | Returns the projection matrix to project the from rectangle to the page with scaling and placement |
| GetProjectionMatrix(RectangleD, RectangleD, Double, PDFPlacement) | Returns the projection matrix to project the from rectangle to the to rectangle with scaling |
| GetSize | Return the size of the page |
| MeasureString | Measure the size of the text with the font |