'Declaration Public Function New( _
ByVal undoManagerThe undo manager.As Vintasoft.Imaging.Undo.UndoManager, _
ByVal contentEditorToolThe content editor tool.As PdfContentEditorTool _
)
public PdfContentEditorToolUndoMonitor(
Vintasoft.Imaging.Undo.UndoManager undoManager,
PdfContentEditorTool contentEditorTool
)
public: PdfContentEditorToolUndoMonitor(
Vintasoft.Imaging.Undo.UndoManager* undoManager,
PdfContentEditorTool* contentEditorTool
)
public:
PdfContentEditorToolUndoMonitor(
Vintasoft.Imaging.Undo.UndoManager^ undoManager,
PdfContentEditorTool^ contentEditorTool
)
Parameters
- undoManager
- The undo manager.
- contentEditorTool
- The content editor tool.