←Select platform

FormAlignment Property

Summary

Optional form alignment for each page.

Syntax
C#
C++/CLI
Java
Python
public IList<PageAlignment> FormAlignment { 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 PageAlignment getFormAlignment(); 
public void setFormAlignment( 
   java.util.List<PageAlignment> pageAlignment 
); 
FormAlignment # get and set (FormProcessingOptions) 

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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.