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.
public List<PageAlignment> Alignments { get; }
Public ReadOnly Property Alignments As List(Of PageAlignment)
public:
property List<PageAlignment^>^ Alignments {
List<PageAlignment^>^ get();
}
List of Leadtools.Forms.PageAlignment objects.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET