| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Alignment As PageAlignment | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public PageAlignment Alignment {get;} | |
| C++/CLI | |
|---|---|
public: property PageAlignment Alignment { PageAlignment get(); } | |
Return Value
PageAlignment object.
Alignment is necessary for page processing to extract the data from their correct positions. It returns a PageAlignment that aligns any LogicalRectangle located in the Master Form page to its equivalent area position in the page.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code