Class PdfViewerMeasurementSettings
Inheritance
System.Object
PdfViewerMeasurementSettings
Assembly: Syncfusion.EJ2.dll
Syntax
public class PdfViewerMeasurementSettings : EJTagHelper
Constructors
PdfViewerMeasurementSettings()
Declaration
public PdfViewerMeasurementSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
ConversionUnit
specifies the unit of the annotation.
Declaration
public CalibrationUnit ConversionUnit { get; set; }
Property Value
Depth
specifies the depth of the volume annotation.
Declaration
public double Depth { get; set; }
Property Value
Type |
Description |
System.Double |
|
DisplayUnit
specifies the unit of the annotation.
Declaration
public CalibrationUnit DisplayUnit { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
ScaleRatio
specifies the scale ratio of the annotation.
Declaration
public double ScaleRatio { get; set; }
Property Value
Type |
Description |
System.Double |
|