Enum PageGraphicsActionType
The action type of PageGraphicsEvent.
public enum PageGraphicsActionType
Fields
Draw = 3
Another method drawing content was called on the page’s XGraphics object.
DrawString = 2
DrawString() was called on the page’s XGraphics object.
GraphicsCreated = 1
The XGraphics object for the page was created.