VintaSoft Imaging .NET SDK 15.1: 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 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also