Draws the specified page.
Namespace: Spire.Pdf.GridAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public PdfGridLayoutResult Draw( PdfNewPage page, RectangleF bounds, PdfGridLayoutFormat format )
Public Function Draw ( page As PdfNewPage, bounds As RectangleF, format As PdfGridLayoutFormat ) As PdfGridLayoutResult
public: PdfGridLayoutResult^ Draw( PdfNewPage^ page, RectangleF bounds, PdfGridLayoutFormat^ format )
member Draw : page : PdfNewPage * bounds : RectangleF * format : PdfGridLayoutFormat -> PdfGridLayoutResult