TextImageLine.GetLineBreakText Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The string consisting of the line break characters (if any) at the end of the line. Has zero length for the last line in the buffer.
public:
System::String ^ GetLineBreakText();
public string GetLineBreakText ();
member this.GetLineBreakText : unit -> string
Public Function GetLineBreakText () As String