←Select platform

FormAlignment Property

Summary

Optional form alignment for each page.

Syntax
C#
VB
C++
Java
public IList<PageAlignment> FormAlignment { get; set; } 
Public Property FormAlignment() As System.Collections.Generic.IList(Of Leadtools.Forms.Common.PageAlignment) 
   Get 
   Set 
public:  
   property System::Collections::Generic::IList<Leadtools::Forms::PageAlignment^>^ FormAlignment 
   { 
      System::Collections::Generic::IList<Leadtools::Forms::PageAlignment^>^ get() 
      void set(System::Collections::Generic::IList<Leadtools::Forms::PageAlignment^>^ value) 
   } 
public java.util.List<PageAlignment> getFormAlignment(); 
public void setFormAlignment( 
   java.util.List<PageAlignment> pageAlignment 
); 

Property Value

Array of PageAlignment for each page in the form. Default value is null.

Remarks

Alignment matches a LeadRect that represents a specific area in the Master Form to its equivalent area in the Form. If this value is null (the default value), then the fields will be aligned depending on the image resolution.

Requirements

Target Platforms

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

Leadtools.Forms.Processing Assembly