menu

UWP

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

    Show / Hide Table of Contents

    Class PdfViewerAnnotationSettings

    Represents settings for PdfViewerAnnotationSettings.

    Inheritance
    System.Object
    PdfViewerAnnotationSettings
    PdfViewerEllipseAnnotationSettings
    PdfViewerHighlightAnnotationSettings
    PdfViewerInkAnnotationSettings
    PdfViewerLineAnnotationSettings
    PdfViewerPopupAnnotationSettings
    PdfViewerRectangleAnnotationSettings
    PdfViewerStrikethroughAnnotationSettings
    PdfViewerUnderlineAnnotationSettings
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.SfPdfViewer.UWP.dll
    Syntax
    public abstract class PdfViewerAnnotationSettings : Object

    Constructors

    PdfViewerAnnotationSettings()

    Declaration
    protected PdfViewerAnnotationSettings()

    Properties

    Color

    Gets or sets the color of the annotation.

    Declaration
    public Color Color { get; set; }
    Property Value
    Type
    Windows.UI.Color

    Opacity

    Gets or sets the Opacity of the annotation.

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type
    System.Double

    Extension Methods

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