Class PageGraphicsEventArgs
EventArgs for actions on a page’s XGraphics object.
public class PageGraphicsEventArgs : PdfSharpEventArgs
- Inheritance
-
PageGraphicsEventArgs
- Inherited Members
Constructors
PageGraphicsEventArgs(PdfObject)
EventArgs for actions on a page’s XGraphics object.
public PageGraphicsEventArgs(PdfObject source)
Parameters
source
PdfObject
Properties
ActionType
The action type of PageGraphicsEvent.
public PageGraphicsActionType ActionType { get; }
Property Value
Graphics
Gets the created XGraphics object.
public XGraphics Graphics { get; }
Property Value
Page
Gets the page that causes the event.
public PdfPage Page { get; }