Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfViewerCustomStampSettings - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfViewerCustomStampSettings

    Inheritance
    System.Object
    BaseComponent
    PdfViewerAnnotationSettings
    Syncfusion.Blazor.PdfViewer.Internal.PdfViewerShapeSettings
    PdfViewerHandwrittenSignatureSettings
    PdfViewerCustomStampSettings
    Implements
    System.IDisposable
    Inherited Members
    PdfViewerHandwrittenSignatureSettings.Height
    PdfViewerHandwrittenSignatureSettings.Width
    PdfViewerAnnotationSettings.GetJSNamespace()
    PdfViewerAnnotationSettings.ChildContent
    PdfViewerAnnotationSettings.Author
    PdfViewerAnnotationSettings.CustomData
    PdfViewerAnnotationSettings.IsLock
    PdfViewerAnnotationSettings.SkipDownload
    PdfViewerAnnotationSettings.SkipPrint
    PdfViewerAnnotationSettings.MaxHeight
    PdfViewerAnnotationSettings.MaxWidth
    PdfViewerAnnotationSettings.MinHeight
    PdfViewerAnnotationSettings.MinWidth
    PdfViewerAnnotationSettings.IsPrint
    PdfViewerAnnotationSettings.AllowedInteractions
    BaseComponent.CreateJsAdaptor()
    BaseComponent.OnAfterRenderAsync(Boolean)
    BaseComponent.Dispose()
    BaseComponent.Refresh()
    BaseComponent.clearClientChanges(Boolean)
    BaseComponent.InvokeSet<T>(String, String, Object[])
    BaseComponent.InvokeGet<T>(String, String)
    BaseComponent.WireObservableEvents(Object)
    BaseComponent.getSerializedModel()
    BaseComponent.getUpdateModel(Boolean)
    BaseComponent.GetDataManager(Object, String)
    BaseComponent.uniqueId
    BaseComponent.jsRuntime
    BaseComponent.EditContext
    BaseComponent.nameSpace
    BaseComponent.DotNetObjectRef
    Namespace: Syncfusion.Blazor.PdfViewer
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PdfViewerCustomStampSettings : PdfViewerHandwrittenSignatureSettings, IDisposable

    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 BaseComponent mainParent { get; set; }
    Property Value
    Type Description
    BaseComponent
    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()

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved