Class RedoPerformedEventArgs
Provides data for the RedoPerformed event.
Inheritance
System.Object
RedoPerformedEventArgs
Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public class RedoPerformedEventArgs : EventArgs
Properties
AnnotationsInformation
Gets returns the annotation information collection once redo operation is performed.
Declaration
public List<AnnotationInformation> AnnotationsInformation { get; }
Property Value
Type |
---|
System.Collections.Generic.List<AnnotationInformation> |
CanRedo
Gets a value indicating whether returns false when redo collection is empty otherwise true.
Declaration
public bool CanRedo { get; }
Property Value
Type |
---|
System.Boolean |