←Select platform

Alignments Property

Summary

Gets a list of Leadtools.Forms.PageAlignment objects that determines the amount of shift and scaling for each page of the form with its corresponding page in the Master Form.

Syntax

C#
VB
C++
public List<PageAlignment> Alignments { get; } 
  
Public ReadOnly Property Alignments As List(Of PageAlignment) 
public: 
property List<PageAlignment^>^ Alignments { 
   List<PageAlignment^>^ get(); 
} 

Property Value

List of Leadtools.Forms.PageAlignment objects.

Remarks

Alignment is necessary for forms processing to extract the data from their correct positions. It returns a Leadtools.Forms.PageAlignment that aligns any Leadtools.Forms.LogicalRectangle located in the Master Form to its equivalent area position in the form.

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