 |
PdfPrinterAfterPagePrintingEventArgs.Graphics 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: 24.1
Syntaxpublic Graphics Graphics { get; }
Public ReadOnly Property Graphics As Graphics
Get
Property Value
Type:
Graphics
See Also