Click or drag to resize

CPDFEditPageCanUndo Method

Whether it can be undone.

Namespace:  ComPDFKit.PDFPage
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public bool CanUndo()

Return Value

Type: Boolean
Returns true if can, false otherwise.
See Also