PageTextAreaAreas Property |
Gets the collection of child text page areas.
Namespace: GroupDocs.Parser.DataAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 21.2.0
Syntaxpublic IList<PageTextArea> Areas { get; }
Public ReadOnly Property Areas As IList(Of PageTextArea)
Get
public:
property IList<PageTextArea^>^ Areas {
IList<PageTextArea^>^ get ();
}
member Areas : IList<PageTextArea> with get
Property Value
Type:
IListPageTextAreaA collection of child text page areas; empty if the text page area hasn't children.
See Also