menu

Document Processing

PdfViewerArrowSettings Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    PdfViewerArrowSettings Class

    Represents the settings for line annotation.

    Inheritance
    System.Object
    AnnotationSettings
    ShapeAnnotationSettings
    PdfViewerArrowSettings
    Inherited Members
    AnnotationSettings.Author
    AnnotationSettings.Constraints
    AnnotationSettings.IsLocked
    AnnotationSettings.ModifiedDate
    AnnotationSettings.Opacity
    AnnotationSettings.Subject
    AnnotationSettings.Text
    ShapeAnnotationSettings.Thickness
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class PdfViewerArrowSettings : ShapeAnnotationSettings

    Constructors

    PdfViewerArrowSettings()

    Declaration
    public PdfViewerArrowSettings()

    Properties

    BeginLineStyle

    Gets or sets the value that the appearance of arrow shape at the start.

    Declaration
    public PdfLineEndingStyle BeginLineStyle { get; set; }
    Property Value
    Type
    PdfLineEndingStyle

    EndLineStyle

    Gets or sets the value that the appearance of arrow shape at the end.

    Declaration
    public PdfLineEndingStyle EndLineStyle { get; set; }
    Property Value
    Type
    PdfLineEndingStyle

    FillColor

    Gets or Sets the color of the arrow shape when on inclusion. The default value is Transparent.

    Declaration
    public Color FillColor { get; set; }
    Property Value
    Type
    System.Windows.Media.Color

    StrokeColor

    Gets or Sets the stroke color of the arrow shape when on inclusion. The default value is Red

    Declaration
    public Color StrokeColor { get; set; }
    Property Value
    Type
    System.Windows.Media.Color
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved