VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfGraphics Class / DrawPageAsForm Methods / DrawPageAsForm(PdfPage) Method
Syntax Requirements SeeAlso
In This Topic
    DrawPageAsForm(PdfPage) Method (PdfGraphics)
    In This Topic
    Draws the specified PDF page as form on the PdfGraphics.
    Syntax
    'Declaration
    
    Public Overloads Sub DrawPageAsForm( _
    ByVal page
    The page to draw.
    As Vintasoft.Imaging.Pdf.Tree.PdfPage _
    )
    public void DrawPageAsForm(
    Vintasoft.Imaging.Pdf.Tree.PdfPage page
    )
    public: void DrawPageAsForm(
    Vintasoft.Imaging.Pdf.Tree.PdfPage* page
    )

    Parameters

    page
    The page to draw.
    Requirements

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

    See Also