UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IAnnotation

    Show / Hide Table of Contents

    Interface IAnnotation

    Represents the annotation to be customized

    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.SfPdfViewer.UWP.dll
    Syntax
    public interface IAnnotation

    Properties

    AnnotationId

    Gets the annotation id.

    Declaration
    string AnnotationId { get; }
    Property Value
    Type Description
    System.String

    AnnotationType

    Gets the type of the annotation.

    Declaration
    string AnnotationType { get; }
    Property Value
    Type Description
    System.String

    Author

    Gets or sets the name of the author of the annotation.

    Declaration
    string Author { get; set; }
    Property Value
    Type Description
    System.String

    Comments

    Gets or sets the comments of annotation which hold text, author and modifieddateandtime.

    Declaration
    List<Comment> Comments { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Comment>

    PageNumber

    Gets the page number in which the annotation is added.

    Declaration
    int PageNumber { get; }
    Property Value
    Type Description
    System.Int32

    Subject

    Gets or sets the subject of the annotation

    Declaration
    string Subject { get; set; }
    Property Value
    Type Description
    System.String

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved