Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfViewerRectangleSettings

    Show / Hide Table of Contents

    Class PdfViewerRectangleSettings

    Inheritance
    System.Object
    SfBaseComponent
    PdfViewerAnnotationSettings
    Syncfusion.Blazor.PdfViewer.Internal.PdfViewerShapeSettings
    PdfViewerRectangleSettings
    Implements
    System.IDisposable
    Inherited Members
    PdfViewerAnnotationSettings.GetJSNamespace()
    PdfViewerAnnotationSettings.OnInitializedAsync()
    PdfViewerAnnotationSettings.OnParametersSetAsync()
    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 PdfViewerRectangleSettings : PdfViewerShapeSettings, IDisposable

    Constructors

    PdfViewerRectangleSettings()

    Declaration
    public PdfViewerRectangleSettings()

    Properties

    JsNamespace

    Declaration
    protected override string JsNamespace { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    Syncfusion.Blazor.PdfViewer.Internal.PdfViewerShapeSettings.JsNamespace

    JsProperty

    Declaration
    protected override string JsProperty { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    Syncfusion.Blazor.PdfViewer.Internal.PdfViewerShapeSettings.JsProperty

    MainParent

    Declaration
    protected override SfBaseComponent MainParent { get; set; }
    Property Value
    Type Description
    SfBaseComponent
    Overrides
    Syncfusion.Blazor.PdfViewer.Internal.PdfViewerShapeSettings.MainParent

    SfTagIndex

    Declaration
    protected override int SfTagIndex { get; set; }
    Property Value
    Type Description
    System.Int32
    Overrides
    Syncfusion.Blazor.PdfViewer.Internal.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)

    Implements

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