menu

Document Processing

PdfViewerRectangleSettings Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    PdfViewerRectangleSettings Class

    Represents the settings for rectangle annotation.

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

    Constructors

    PdfViewerRectangleSettings()

    Declaration
    public PdfViewerRectangleSettings()

    Properties

    BorderEffect

    Gets or sets the border effect of the rectangle annotation.

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

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

    FillColor

    Gets and sets the fill color for the shapes.

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

    RectangleColor

    Get and Set the rectangle color. The default value is System.Windows.Media.Colors.Red

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