←Select platform

FormAlignment Property

Summary

Optional form alignment for each page.

Syntax

C#
VB
C++
public IList<PageAlignment> FormAlignment { get; set; } 
Public Property FormAlignment() As System.Collections.Generic.IList(Of Leadtools.Forms.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) 
   } 

Property Value

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

Remarks

Alignment matches a LogicalRectangle 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly