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