'Declaration Public Function New( _
ByVal pageIndexZero-based index of page in PDF document.As Integer, _
ByVal matrixThe transformation matrix that should be applied to non rotated and cropped page for rotating and cropping the page.As Vintasoft.Shared.Web.WebMatrix, _
ByVal mediaBoxThe media box of PDF page.As Vintasoft.Shared.Web.WebRectangleF _
)
public WebPdfPageInformation(
int pageIndex,
Vintasoft.Shared.Web.WebMatrix matrix,
Vintasoft.Shared.Web.WebRectangleF mediaBox
)
public: WebPdfPageInformation(
int pageIndex,
Vintasoft.Shared.Web.WebMatrix* matrix,
Vintasoft.Shared.Web.WebRectangleF* mediaBox
)
public:
WebPdfPageInformation(
int pageIndex,
Vintasoft.Shared.Web.WebMatrix^ matrix,
Vintasoft.Shared.Web.WebRectangleF^ mediaBox
)
Parameters
- pageIndex
- Zero-based index of page in PDF document.
- matrix
- The transformation matrix that should be applied to non rotated and cropped page for rotating and cropping the page.
- mediaBox
- The media box of PDF page.