TemplateLinkedPositionEdgesBottom Property |
Gets the value that indicates whether a field is searched by the bottom from the linked field.
Namespace: GroupDocs.Parser.TemplatesAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 22.06.0
Syntaxpublic bool Bottom { get; }
Public ReadOnly Property Bottom As Boolean
Get
public:
property bool Bottom {
bool get ();
}
member Bottom : bool with get
Property Value
Type:
Booleantrue if a field is searched by the bottom from the linked field; otherwise,
false.
See Also