menu

Blazor

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

    Show / Hide Table of Contents

    Class PdfViewerInkAnnotationSettings

    Represents the ink annotation settings of the PDF Viewer.

    Inheritance
    System.Object
    PdfViewerAnnotationSettings
    PdfViewerShapeSettings
    PdfViewerHandwrittenSignatureSettings
    PdfViewerInkAnnotationSettings
    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
    PdfViewerHandwrittenSignatureSettings.Height
    PdfViewerHandwrittenSignatureSettings.OnInitializedAsync()
    PdfViewerHandwrittenSignatureSettings.OnParametersSetAsync()
    PdfViewerHandwrittenSignatureSettings.SignatureDialogSettings
    PdfViewerHandwrittenSignatureSettings.Width
    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 PdfViewerInkAnnotationSettings : PdfViewerHandwrittenSignatureSettings
    Remarks

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

    Constructors

    PdfViewerInkAnnotationSettings()

    Declaration
    public PdfViewerInkAnnotationSettings()

    Properties

    JsNamespace

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

    JsProperty

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

    MainParent

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

    SfTagIndex

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

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder
    Overrides
    PdfViewerHandwrittenSignatureSettings.BuildRenderTree(RenderTreeBuilder)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved