←Select platform

GetCellRulerLength Method

Summary

Gets or sets the value that represents the length of the specified ruler.

Syntax

C#
VB
C++
public int GetCellRulerLength( 
   int horizontal 
) 
  
Public Function GetCellRulerLength( _ 
   ByVal horizontal As Integer _ 
) As Integer 
             
            public: 
int GetCellRulerLength(  
   int horizontal 
)  
             

Parameters

horizontal
int

Return Value

The length of the specified ruler. int

Remarks
  • The cell ruler is the ruler that is displayed at the bottom and right of the cell. To disable the cell ruler altogether, refer to DisplayRulers.
  • To display the ruler length, refer to ShowRulerLength.
  • To display the ruler unit beside the length, refer to ShowCellRulerUnit.
  • To change the ruler unit, refer to MeasurementUnit.
  • The ruler length will be displayed at the right of the horizontal ruler, and at the bottom of the vertical ruler.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly