1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for .NET
  4. /
  5. GroupDocs.Parser.Data
  6. /
  7. FieldData
  8. /
  9. LinkedField

LinkedField

FieldData.LinkedField property

Gets the linked field.

public FieldData LinkedField { get; }

Property Value

An instance of FieldData class that represents the field which is linked to the field; null if it isn’t set.

See Also