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