←Select platform

IsExtendable Property

Summary

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

Syntax

C#
VB
C++
public bool IsExtendable { get; } 
  
ReadOnly Property IsExtendable As Boolean 
property bool IsExtendable { 
   bool get(); 
} 

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 <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.

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