←Select platform

SetCustomWhitespaceEnding Method

Summary

Sets a custom value for the amount of whitespace to determine the end of a table.

Syntax
C#
C++/CLI
Python
public void SetCustomWhitespaceEnding( 
   double value, 
   TableEndingUnit endUnit 
) 
public:  
   void SetCustomWhitespaceEnding( 
      double value, 
      TableEndingUnit^ endUnit 
   ) 
def SetCustomWhitespaceEnding(self,value,endUnit): 

Parameters

value

A double value representing the amount of white space.

endUnit

The TableEndingUnit representing the unit to measure white space at the end of the table.

Remarks

A description of the relationship between value and endUnit follows using an example:

If the user sets the value to 5 and the endUnit to PIXELS, then the ending of the table will be determined by 5 pixels after the last line in 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.