alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class PdfViewerArrowSettings

    Represents the arrow settings of the PDF Viewer.

    Inheritance
    object
    PdfViewerAnnotationSettings
    PdfViewerShapeSettings
    PdfViewerLineSettings
    PdfViewerArrowSettings
    Inherited Members
    PdfViewerAnnotationSettings.AllowedInteractions
    PdfViewerAnnotationSettings.Author
    PdfViewerAnnotationSettings.ChildContent
    PdfViewerAnnotationSettings.CustomData
    PdfViewerAnnotationSettings.IsLock
    PdfViewerAnnotationSettings.IsPrint
    PdfViewerAnnotationSettings.jsProperty
    PdfViewerAnnotationSettings.mainParent
    PdfViewerAnnotationSettings.MaxHeight
    PdfViewerAnnotationSettings.MaxWidth
    PdfViewerAnnotationSettings.MinHeight
    PdfViewerAnnotationSettings.MinWidth
    PdfViewerAnnotationSettings.SkipDownload
    PdfViewerAnnotationSettings.SkipPrint
    PdfViewerLineSettings.OnInitializedAsync()
    PdfViewerLineSettings.OnParametersSetAsync()
    PdfViewerShapeSettings.AnnotationSelectorSettings
    PdfViewerShapeSettings.BorderDashArray
    PdfViewerShapeSettings.FillColor
    PdfViewerShapeSettings.Opacity
    PdfViewerShapeSettings.StrokeColor
    PdfViewerShapeSettings.Thickness
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.dll
    Syntax
    public class PdfViewerArrowSettings : PdfViewerLineSettings
    Remarks

    This class provides configurations and settings specific to the arrow annotation functionality of the PDF Viewer component. It is designed to be initialized and used as part of the PDF Viewer lifecycle.

    Examples

    Below is an example of how to use PdfViewerArrowSettings in a Blazor component:

    Constructors

    PdfViewerArrowSettings()

    Declaration
    public PdfViewerArrowSettings()

    Properties

    JsNamespace

    Gets or sets the JavaScript interop namespace for this component.

    Declaration
    protected override string JsNamespace { get; set; }
    Property Value
    Type
    string
    Overrides
    PdfViewerLineSettings.JsNamespace

    JsProperty

    Gets or sets the JS interop property name used internally.

    Declaration
    protected override string JsProperty { get; set; }
    Property Value
    Type
    string
    Overrides
    PdfViewerLineSettings.JsProperty

    LineHeadEndStyle

    Gets or sets the style for the end of the line. The default style is Closed.

    Declaration
    public override LineHeadStyle LineHeadEndStyle { get; set; }
    Property Value
    Type
    LineHeadStyle
    Overrides
    PdfViewerLineSettings.LineHeadEndStyle

    LineHeadStartStyle

    Gets or sets the style for the start of the line. The default style is Closed.

    Declaration
    public override LineHeadStyle LineHeadStartStyle { get; set; }
    Property Value
    Type
    LineHeadStyle
    Overrides
    PdfViewerLineSettings.LineHeadStartStyle

    MainParent

    Gets or sets the parent base component reference.

    Declaration
    protected override SfBaseComponent MainParent { get; set; }
    Property Value
    Type
    SfBaseComponent
    Overrides
    PdfViewerLineSettings.MainParent

    SfTagIndex

    Gets or sets tag index used to compose the JS namespace within the parent hierarchy.

    Declaration
    protected override int SfTagIndex { get; set; }
    Property Value
    Type
    int
    Overrides
    PdfViewerLineSettings.SfTagIndex

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    RenderTreeBuilder __builder
    Overrides
    PdfViewerLineSettings.BuildRenderTree(RenderTreeBuilder)
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved