Optional form alignment for each page.
public IList<PageAlignment> FormAlignment { get; set; }
Public Property FormAlignment() As System.Collections.Generic.IList(Of Leadtools.Forms.Common.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)
}
public java.util.List<PageAlignment> getFormAlignment();
public void setFormAlignment(
java.util.List<PageAlignment> pageAlignment
);
Array of PageAlignment for each page in the form. Default value is null.
Alignment matches a LeadRect 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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document