'Declaration
Public Function GetPageGraphics( _ ByVal pageNumber As Integer, _ ByVal pageGraphicsPosition As PdfPageGraphicsPosition _ ) As PdfPageGraphics
'Usage
Dim instance As PdfFileEx Dim pageNumber As Integer Dim pageGraphicsPosition As PdfPageGraphicsPosition Dim value As PdfPageGraphics value = instance.GetPageGraphics(pageNumber, pageGraphicsPosition)
public PdfPageGraphics GetPageGraphics( int pageNumber, PdfPageGraphicsPosition pageGraphicsPosition )
public: PdfPageGraphics^ GetPageGraphics( int pageNumber, PdfPageGraphicsPosition pageGraphicsPosition )
Parameters
- pageNumber
- The page number for which the graphics surface should be retrieved.
- pageGraphicsPosition
- The position of page graphics, under or on top of existing page content.
Return Value
A Xfinium.Pdf.Graphics.PdfPageGraphics object that allows to draw on page surface.