menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RedoPerformedEventArgs - API Reference

    Show / Hide Table of Contents

    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 Description
    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 Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved