Optional form alignment for each page.
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)
}
Array of PageAlignment for each page in the form. Default value is null.
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.
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