menu

Document Processing

PdfViewerPolylineSettings Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    PdfViewerPolylineSettings Class

    Provides settings for polyline annotation.

    Inheritance
    System.Object
    AnnotationSettings
    ShapeAnnotationSettings
    PdfViewerPolylineSettings
    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 PdfViewerPolylineSettings : ShapeAnnotationSettings

    Constructors

    PdfViewerPolylineSettings()

    Declaration
    public PdfViewerPolylineSettings()

    Properties

    StrokeColor

    Gets or Sets the stroke color of the polyline annotation 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