menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfViewerShapeSettings - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfViewerShapeSettings

    Represents the attributes of shape annotation settings.

    Inheritance
    System.Object
    PdfViewerAnnotationSettings
    PdfViewerShapeSettings
    PdfViewerAreaSettings
    PdfViewerCircleSettings
    PdfViewerHandwrittenSignatureSettings
    PdfViewerLineSettings
    PdfViewerPerimeterSettings
    PdfViewerPolygonSettings
    PdfViewerRadiusSettings
    PdfViewerRectangleSettings
    PdfViewerVolumeSettings
    Inherited Members
    PdfViewerAnnotationSettings.AllowedInteractions
    PdfViewerAnnotationSettings.Author
    PdfViewerAnnotationSettings.BuildRenderTree(RenderTreeBuilder)
    PdfViewerAnnotationSettings.ChildContent
    PdfViewerAnnotationSettings.CustomData
    PdfViewerAnnotationSettings.GetJSNamespace()
    PdfViewerAnnotationSettings.IsLock
    PdfViewerAnnotationSettings.IsPrint
    PdfViewerAnnotationSettings.jsProperty
    PdfViewerAnnotationSettings.mainParent
    PdfViewerAnnotationSettings.MaxHeight
    PdfViewerAnnotationSettings.MaxWidth
    PdfViewerAnnotationSettings.MinHeight
    PdfViewerAnnotationSettings.MinWidth
    PdfViewerAnnotationSettings.SkipDownload
    PdfViewerAnnotationSettings.SkipPrint
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.dll
    Syntax
    public abstract class PdfViewerShapeSettings : PdfViewerAnnotationSettings

    Constructors

    PdfViewerShapeSettings()

    Declaration
    protected PdfViewerShapeSettings()

    Properties

    AnnotationSelectorSettings

    Defines the annotaton selector settings for the annotation.

    Declaration
    public PdfViewerAnnotationSelectorSettings AnnotationSelectorSettings { get; set; }
    Property Value
    Type
    PdfViewerAnnotationSelectorSettings

    BorderDashArray

    Defines the border dash array. By default it is .

    Declaration
    public int[] BorderDashArray { get; set; }
    Property Value
    Type
    System.Int32[]

    FillColor

    specifies the fill color of the annotation.

    Declaration
    public string FillColor { get; set; }
    Property Value
    Type
    System.String

    JsNamespace

    Declaration
    protected override string JsNamespace { get; set; }
    Property Value
    Type
    System.String
    Overrides
    PdfViewerAnnotationSettings.JsNamespace

    JsProperty

    Declaration
    protected virtual string JsProperty { get; set; }
    Property Value
    Type
    System.String

    MainParent

    Declaration
    protected virtual SfBaseComponent MainParent { get; set; }
    Property Value
    Type
    SfBaseComponent

    Opacity

    Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type
    System.Double

    SfTagIndex

    Declaration
    protected override int SfTagIndex { get; set; }
    Property Value
    Type
    System.Int32
    Overrides
    PdfViewerAnnotationSettings.SfTagIndex

    StrokeColor

    Defines the stroke color of the shape annotations. By default it is "".

    Declaration
    public string StrokeColor { get; set; }
    Property Value
    Type
    System.String

    Thickness

    Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.

    Declaration
    public int Thickness { get; set; }
    Property Value
    Type
    System.Int32

    Methods

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type
    System.Threading.Tasks.Task
    Overrides
    PdfViewerAnnotationSettings.OnInitializedAsync()

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type
    System.Threading.Tasks.Task
    Overrides
    PdfViewerAnnotationSettings.OnParametersSetAsync()

    UpdateChildProperties(PdfViewerAnnotationSelectorSettings)

    Declaration
    public void UpdateChildProperties(PdfViewerAnnotationSelectorSettings value)
    Parameters
    Type Name Description
    PdfViewerAnnotationSelectorSettings value
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved