Class PdfViewerPerimeterSettings
Represents the perimeter annotation settings of the PDF Viewer.
Inherited Members
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
public class PdfViewerPerimeterSettings : PdfViewerShapeSettings
Remarks
This class provides configurations and settings specific to the perimeter measurement annotation
functionality of the PDF Viewer component.
It is designed to be initialized and used as part of the PDF Viewer lifecycle.
Constructors
PdfViewerPerimeterSettings()
Declaration
public PdfViewerPerimeterSettings()
Properties
JsNamespace
Gets or sets the JavaScript interop namespace for this component.
Declaration
protected override string JsNamespace { get; set; }
Property Value
| Type |
|---|
| string |
Overrides
JsProperty
Gets or sets the JS interop property name used internally.
Declaration
protected override string JsProperty { get; set; }
Property Value
| Type |
|---|
| string |
Overrides
MainParent
Gets or sets the parent base component reference.
Declaration
protected override SfBaseComponent MainParent { get; set; }
Property Value
| Type |
|---|
| SfBaseComponent |
Overrides
SfTagIndex
Gets or sets tag index used to compose the JS namespace within the parent hierarchy.
Declaration
protected override int SfTagIndex { get; set; }
Property Value
| Type |
|---|
| int |
Overrides
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |