menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfViewerCustomStampSettings - API Reference

    Show / Hide Table of Contents

    Class PdfViewerCustomStampSettings

    Inheritance
    System.Object
    SfBaseComponent
    PdfViewerAnnotationSettings
    Syncfusion.Blazor.PdfViewer.Internal.PdfViewerShapeSettings
    PdfViewerHandwrittenSignatureSettings
    PdfViewerCustomStampSettings
    Inherited Members
    PdfViewerHandwrittenSignatureSettings.Height
    PdfViewerHandwrittenSignatureSettings.Width
    PdfViewerHandwrittenSignatureSettings.SignatureDialogSettings
    PdfViewerAnnotationSettings.GetJSNamespace()
    PdfViewerAnnotationSettings.mainParent
    PdfViewerAnnotationSettings.jsProperty
    PdfViewerAnnotationSettings.ChildContent
    PdfViewerAnnotationSettings.Author
    PdfViewerAnnotationSettings.CustomData
    PdfViewerAnnotationSettings.IsLock
    PdfViewerAnnotationSettings.SkipDownload
    PdfViewerAnnotationSettings.SkipPrint
    PdfViewerAnnotationSettings.MaxHeight
    PdfViewerAnnotationSettings.MaxWidth
    PdfViewerAnnotationSettings.MinHeight
    PdfViewerAnnotationSettings.MinWidth
    PdfViewerAnnotationSettings.IsPrint
    PdfViewerAnnotationSettings.AllowedInteractions
    SfBaseComponent.OnAfterRenderAsync(Boolean)
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    Namespace: Syncfusion.Blazor.PdfViewer
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PdfViewerCustomStampSettings : PdfViewerHandwrittenSignatureSettings

    Constructors

    PdfViewerCustomStampSettings()

    Declaration
    public PdfViewerCustomStampSettings()

    Properties

    _customStamps

    Declaration
    public List<PdfViewerCustomStamp> _customStamps { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<PdfViewerCustomStamp>

    CustomStamps

    Declaration
    public List<PdfViewerCustomStamp> CustomStamps { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<PdfViewerCustomStamp>

    EnableCustomStamp

    If it is set as false, then we can't add the custom stamp annoation in the PDF Viewer. By default it is true.

    Declaration
    public bool EnableCustomStamp { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsAddToMenu

    Specifies to maintain the newly added custom stamp element in the menu items. By default it is false

    Declaration
    public bool IsAddToMenu { get; set; }
    Property Value
    Type Description
    System.Boolean

    JsNamespace

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

    JsProperty

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

    MainParent

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

    SfTagIndex

    Declaration
    protected override int SfTagIndex { get; set; }
    Property Value
    Type Description
    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)

    OnInitializedAsync()

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

    OnParametersSetAsync()

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