Back to Devexpress

PdfPrintPageEventArgs.Graphics Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfprintpageeventargs-f06f0350.md

latest1.1 KB
Original Source

PdfPrintPageEventArgs.Graphics Property

Gets the Graphics used to paint the page

Namespace : DevExpress.Xpf.PdfViewer

Assembly : DevExpress.Xpf.PdfViewer.v25.2.dll

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public Graphics Graphics { get; }
vb
Public ReadOnly Property Graphics As Graphics

Property Value

TypeDescription
Graphics

A Graphics used to paint this page.

|

See Also

PdfPrintPageEventArgs Class

PdfPrintPageEventArgs Members

DevExpress.Xpf.PdfViewer Namespace