VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / WebPdfPageInformation Class / WebPdfPageInformation Constructors / WebPdfPageInformation Constructor(Int32,AffineMatrix,WebRectangleF)
Syntax Requirements SeeAlso
In This Topic
    WebPdfPageInformation Constructor(Int32,AffineMatrix,WebRectangleF)
    In This Topic
    Initializes a new instance of the WebPdfPageInformation class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal pageIndex
    Zero-based index of page in PDF document.
    As Integer, _
    ByVal matrix
    The transformation matrix that should be applied to non rotated and cropped page for rotating and cropping the page.
    As Vintasoft.Imaging.AffineMatrix, _
    ByVal mediaBox
    The media box of PDF page.
    As Vintasoft.Shared.Web.WebRectangleF _
    )
    public WebPdfPageInformation(
    int pageIndex,
    Vintasoft.Imaging.AffineMatrix matrix,
    Vintasoft.Shared.Web.WebRectangleF mediaBox
    )
    public: WebPdfPageInformation(
    int pageIndex,
    Vintasoft.Imaging.AffineMatrix matrix,
    Vintasoft.Shared.Web.WebRectangleF* mediaBox
    )
    public:
    WebPdfPageInformation(
    int pageIndex,
    Vintasoft.Imaging.AffineMatrix 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.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also