←Select platform

IsExtendable Property

Summary
Returns If form is extendable (contains Leadtools.Forms.Processing.TableFormField (invoice)).

Syntax
C#
C++/CLI
Java
Python
public bool IsExtendable { get; } 
public abstract boolean isExtendable(); 
isExtendable(); 
property bool IsExtendable { 
   bool get(); 
} 
IsExtendable # get  (IMasterForm) 

Property Value

Is master Form extendable.

Remarks

return true if form is invoice which mean that filled form may not have same height as master it may contain more height or extended to multipages, otherwise return false.

Example

A full example implementation of this interface can be found in <INSTALLDIR>\Examples\Forms\DotNet\AutoMasterFormsRepository.

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.Auto Assembly

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