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