VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfPage Class / Render Methods / Render(Int32,Int32) Method
Syntax Requirements SeeAlso
In This Topic
    Render(Int32,Int32) Method (PdfPage)
    In This Topic
    Returns rendered image of this page and scales rendered image to specified rectangle.
    Syntax
    'Declaration
    
    Public Overloads Function Render( _
    ByVal width
    Necessary width of the page image.
    As System.Int32, _
    ByVal height
    Necessary height of the page image.
    As System.Int32 _
    ) As Vintasoft.Imaging.VintasoftImage
    public Vintasoft.Imaging.VintasoftImage Render(
    System.Int32 width,
    System.Int32 height
    )
    public: Vintasoft.Imaging.VintasoftImage* Render(
    System.Int32 width,
    System.Int32 height
    )
    public:
    Vintasoft.Imaging.VintasoftImage^ Render(
    System.Int32 width,
    System.Int32 height
    )

    Parameters

    width
    Necessary width of the page image.
    height
    Necessary height of the page image.

    Return Value

    Rendered image of this page.
    Requirements

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

    See Also