'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 _
)
public WebPdfPageInformation(
int pageIndex,
Vintasoft.Shared.Web.WebMatrix matrix
)
public: WebPdfPageInformation(
int pageIndex,
Vintasoft.Shared.Web.WebMatrix* matrix
)
public:
WebPdfPageInformation(
int pageIndex,
Vintasoft.Shared.Web.WebMatrix^ matrix
)
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.