Click or drag to resize

CPDFEditPageCanRedo Method

Whether it can be redone.

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

Return Value

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