'Declaration Public Overloads Shared Function FromPage( _
ByVal pagePdfPage from which to create the new PdfGraphics.As Vintasoft.Imaging.Pdf.Tree.PdfPage, _
ByVal appendA value indicating whether the new graphic commands must be added to an existing graphic commands of page.As Boolean _
) As PdfGraphics
public static PdfGraphics FromPage(
Vintasoft.Imaging.Pdf.Tree.PdfPage page,
bool append
)
public: static PdfGraphics* FromPage(
Vintasoft.Imaging.Pdf.Tree.PdfPage* page,
bool append
)
public:
static PdfGraphics^ FromPage(
Vintasoft.Imaging.Pdf.Tree.PdfPage^ page,
bool append
)
Parameters
- page
- PdfPage from which to create the new PdfGraphics.
- append
- A value indicating whether the new graphic commands must be added to an existing graphic commands of page.
Return Value
New PdfGraphics for the specified PdfPage.