|
PdfPrinterAfterPagePrintingEventArgsGraphics Property |
Gets the Graphics used to paint the page. Use this to add more content to the printed page.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public Graphics Graphics { get; }
Public ReadOnly Property Graphics As Graphics
Get
Property Value
Type:
GraphicsSee Also