Visual Basic (Declaration) | |
---|---|
Public Property Alignment As PageAlignment |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public PageAlignment Alignment {get; set;} |
C++/CLI | |
---|---|
public: property PageAlignment Alignment { PageAlignment get(); void set (PageAlignment value); } |
Return Value
Value representing the information needed to align the Form to its Master Form.For an example, refer to FormRecognitionEngine.GetFormAlignment(FormRecognitionAttributes,FormRecognitionAttributes,FormProgressCallback).
This value will be updated by FormRecognitionEngine.CompareForm(FormRecognitionAttributes,FormRecognitionAttributes,FormProgressCallback) and FormRecognitionEngine.ComparePage(FormRecognitionAttributes,Int32,FormRecognitionAttributes,Int32) methods, so no need to call alignment method to get the alignment for this page hence the speed of the system will be increased.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family