←Select platform

EndWhitespaceValue Property

Summary

The value associated with the TableEndingUnit for determining the end of a table.

Syntax
C#
C++/CLI
Java
Python
public double EndWhitespaceValue { get; set; } 
public double getEndWhitespaceValue(); 
public void setEndWhitespaceValue( 
   double doubleValue 
); 
public:  
   property double EndWhitespaceValue 
   { 
      double get() 
      void set(double value) 
   } 
EndWhitespaceValue # get and set (TableEnding) 

Property Value

User defined value for the table ending.

Remarks

A description of the relationship between TableEndingUnit and EndWhitespaceValue follows using an example:

If the user selects a TableEndingUnit of Pixels and sets this value to 5, then the end of the table will be registered as 5 pixels below the last line of the table.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.