Class PdfViewerMeasurementSettings
Inheritance
System.Object
PdfViewerMeasurementSettings
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfViewerMeasurementSettings : SfBaseComponent
Constructors
PdfViewerMeasurementSettings()
Declaration
public PdfViewerMeasurementSettings()
Properties
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
Microsoft.AspNetCore.Components.RenderFragment |
ConversionUnit
Defines the unit for measuring annotation. By default it is "in".
Declaration
public CalibrationUnit ConversionUnit { get; set; }
Property Value
Depth
Defines the value for depth. By default it is 96.
Declaration
public int Depth { get; set; }
Property Value
DisplayUnit
Defines the display unit for measuring annotation. By default it is "inch".
Declaration
public CalibrationUnit DisplayUnit { get; set; }
Property Value
jsProperty
Declaration
protected string jsProperty { get; set; }
Property Value
mainParent
Declaration
protected SfBaseComponent mainParent { get; set; }
Property Value
ScaleRatio
Defines the scale ratio for measuring annotation. By default it is "1". It will be multiplied the actual value of measurement and this multiplied value only displayed in UI.
Declaration
public double ScaleRatio { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
GetJSNamespace()
Declaration
public string GetJSNamespace()
Returns
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
System.Threading.Tasks.Task |
Overrides
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
System.Threading.Tasks.Task |