menu

Document Processing

PdfViewerPolygonSettings Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    PdfViewerPolygonSettings Class

    Provides settings for polygon annotation.

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

    Constructors

    PdfViewerPolygonSettings()

    Declaration
    public PdfViewerPolygonSettings()

    Properties

    BorderEffect

    Gets or sets the border effect of the polygon annotation.

    Declaration
    public BorderEffect BorderEffect { get; set; }
    Property Value
    Type Description
    BorderEffect

    The border style of the polygon annotation. The default value is Solid.

    FillColor

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