menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfViewerMeasurementSettings - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfViewerMeasurementSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    PdfViewerMeasurementSettings
    Namespace: Syncfusion.EJ2.PdfViewer
    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
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    ConversionUnit

    specifies the unit of the annotation.

    Declaration
    public CalibrationUnit ConversionUnit { get; set; }
    Property Value
    Type Description
    CalibrationUnit

    The default value is null

    Depth

    specifies the depth of the volume annotation.

    Declaration
    public double Depth { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is null

    DisplayUnit

    specifies the unit of the annotation.

    Declaration
    public CalibrationUnit DisplayUnit { get; set; }
    Property Value
    Type Description
    CalibrationUnit

    The default value is null

    ScaleRatio

    specifies the scale ratio of the annotation.

    Declaration
    public double ScaleRatio { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is null

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