menu

Blazor

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

    Show / Hide Table of Contents

    Class PdfViewerLineSettings

    Represents the settings for line styles in the PDF viewer component in Blazor applications.

    Inheritance
    System.Object
    PdfViewerAnnotationSettings
    PdfViewerShapeSettings
    PdfViewerLineSettings
    PdfViewerArrowSettings
    PdfViewerDistanceSettings
    Inherited Members
    PdfViewerAnnotationSettings.AllowedInteractions
    PdfViewerAnnotationSettings.Author
    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
    PdfViewerShapeSettings.AnnotationSelectorSettings
    PdfViewerShapeSettings.BorderDashArray
    PdfViewerShapeSettings.FillColor
    PdfViewerShapeSettings.Opacity
    PdfViewerShapeSettings.StrokeColor
    PdfViewerShapeSettings.Thickness
    PdfViewerShapeSettings.UpdateChildProperties(PdfViewerAnnotationSelectorSettings)
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.dll
    Syntax
    public class PdfViewerLineSettings : PdfViewerShapeSettings
    Remarks

    This class manages the configuration for line settings, such as the head styles for the line's start and end points. It ensures that the settings are properly initialized and updated whenever parameters are set or changed.

    Examples

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

    
    
    

    Constructors

    PdfViewerLineSettings()

    Declaration
    public PdfViewerLineSettings()

    Properties

    JsNamespace

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

    JsProperty

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

    LineHeadEndStyle

    Defines the head end style of the line annotation. By default it is "".

    Declaration
    public virtual LineHeadStyle LineHeadEndStyle { get; set; }
    Property Value
    Type
    LineHeadStyle

    LineHeadStartStyle

    Defines the head end style of the line annotation. By default it is "".

    Declaration
    public virtual LineHeadStyle LineHeadStartStyle { get; set; }
    Property Value
    Type
    LineHeadStyle

    MainParent

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

    SfTagIndex

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

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder
    Overrides
    PdfViewerAnnotationSettings.BuildRenderTree(RenderTreeBuilder)

    OnInitializedAsync()

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

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type
    System.Threading.Tasks.Task
    Overrides
    PdfViewerShapeSettings.OnParametersSetAsync()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved