←Select platform

Alignment Property

Summary

A Leadtools.Forms.Common.PageAlignment object that determines the amount of shift and scaling to align the Master Form's fields to the fields on the page. If it is null, fields align depending on the image's resolution.

Syntax
C#
VB
C++
public PageAlignment Alignment { get; } 
Public ReadOnly Property Alignment() As PageAlignment 
   Get 
public:  
   property PageAlignment^ Alignment 
   { 
      PageAlignment^ get() 
   } 

Property Value

Leadtools.Forms.Common.PageAlignment object.

Remarks

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

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