- masterAttributes
- The attributes of the Master Form.
- masterPageNumber
- The reference Master Form page. The page number is a 1-based index.
- formAttributes
- The Form attributes object.
- formPageNumber
- The page of the form being aligned. The page number is a 1-based index.
Visual Basic (Declaration) | |
---|---|
Overloads Public Function GetPageAlignment( _ ByVal masterAttributes As FormRecognitionAttributes, _ ByVal masterPageNumber As Integer, _ ByVal formAttributes As FormRecognitionAttributes, _ ByVal formPageNumber As Integer _ ) As PageAlignment |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public PageAlignment GetPageAlignment( FormRecognitionAttributes masterAttributes, int masterPageNumber, FormRecognitionAttributes formAttributes, int formPageNumber ) |
C++/CLI | |
---|---|
public: PageAlignment GetPageAlignment( FormRecognitionAttributes^ masterAttributes, int masterPageNumber, FormRecognitionAttributes^ formAttributes, int formPageNumber ) |
Parameters
- masterAttributes
- The attributes of the Master Form.
- masterPageNumber
- The reference Master Form page. The page number is a 1-based index.
- formAttributes
- The Form attributes object.
- formPageNumber
- The page of the form being aligned. The page number is a 1-based index.
Alignment is necessarliy for Forms processing to extract th data from their ccorrect positions. It returns a PageAlignment that aligns any LogicalRectangle located in the Master Form to its equivelent area position in the Form.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family