VintaSoft Imaging .NET SDK 12.2: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfGraphics Class / DrawPageAsForm Methods / DrawPageAsForm(PdfPage,RectangleF) Method
Syntax Requirements SeeAlso
In This Topic
    DrawPageAsForm(PdfPage,RectangleF) Method (PdfGraphics)
    In This Topic
    Draws the specified PDF page as form in specified rectangle of the PdfGraphics .
    Syntax
    'Declaration
    
    Public Overloads Sub DrawPageAsForm( _
    ByVal page
    The page to draw.
    As Vintasoft.Imaging.Pdf.Tree.PdfPage, _
    ByVal rect
    System.Drawing.RectangleF structure that specifies the location of the drawn form.
    As System.Drawing.RectangleF _
    )

    Parameters

    page
    The page to draw.
    rect
    System.Drawing.RectangleF structure that specifies the location of the drawn form.
    Requirements

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

    See Also