Line Class
Represents relatively positioned rectangle which contains single line.
Inheritance Hierarchy
SystemObject
  GroupDocs.Viewer.ResultsTextElementString
    GroupDocs.Viewer.ResultsLine

Namespace: GroupDocs.Viewer.Results
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
[SerializableAttribute]
public class Line : TextElement<string>

The Line type exposes the following members.

Constructors
  NameDescription
Public methodLine
Initializes new instance of Line class.
Properties
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides TextElementTToString.)
See Also