1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for .NET
  4. /
  5. GroupDocs.Parser.Templates
  6. /
  7. TemplateLinkedPositionEdges
  8. /
  9. TemplateLinkedPositionEdges

TemplateLinkedPositionEdges

TemplateLinkedPositionEdges constructor

Initializes a new instance of the TemplateLinkedPositionEdges class.

public TemplateLinkedPositionEdges(bool left, bool top, bool right, bool bottom)
Parameter Type Description
left Boolean The value that indicates whether a field is searched by the left from the linked field.
top Boolean The value that indicates whether a field is searched by the top from the linked field.
right Boolean The value that indicates whether a field is searched by the right from the linked field.
bottom Boolean The value that indicates whether a field is searched by the bottom from the linked field.

See Also