menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StampAnnotation - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class StampAnnotation

    Represents a stamp annotation.

    Inheritance
    System.Object
    StampAnnotation
    Implements
    IAnnotation
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.SfPdfViewer.UWP.dll
    Syntax
    public class StampAnnotation : Object, IAnnotation

    Properties

    AnnotationId

    Gets the annotation id.

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

    AnnotationType

    Gets the type of the annotation

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

    Author

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

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

    Bounds

    Gets the bounds of the stamp annotation within the page.

    Declaration
    public Rect Bounds { get; }
    Property Value
    Type
    Windows.Foundation.Rect

    Comments

    Gets the collection of comments added in the stamp annotation.

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

    PageNumber

    Gets the page number in which the annotation is added.

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

    Subject

    Gets or sets the subject of stamp annotation

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

    Implements

    IAnnotation

    Extension Methods

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