Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.7
|
Leadtools.Forms.Auto Namespace > AutoFormsRecognizeFormResult Class : Alignments Property |
public List<PageAlignment> Alignments {get;}
'Declaration Public ReadOnly Property Alignments As List(Of PageAlignment)
'Usage Dim instance As AutoFormsRecognizeFormResult Dim value As List(Of PageAlignment) value = instance.Alignments
public: property List<PageAlignment^>^ Alignments { List<PageAlignment^>^ get(); }