PDFPage Class

Represents a page in the PDF Document

Definition

Namespace: PCBI_API_Extensions.PDF
Assembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public class PDFPage : IDisposable
Inheritance
Object    PDFPage
Implements
IDisposable

Methods

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

See Also