menu

Document Processing

PdfViewerAnnotationSettings Class - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    PdfViewerAnnotationSettings Class

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