VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / WebPdfPageInformation Class / WebPdfPageInformation Constructors / WebPdfPageInformation Constructor(Int32,WebMatrix)
Syntax Requirements SeeAlso
In This Topic
    WebPdfPageInformation Constructor(Int32,WebMatrix)
    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.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.
    Requirements

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

    See Also