ImageGear .NET
LineEnding Property




Gets or sets text extraction line ending sequence.
Syntax
'Declaration
 
Public Property LineEnding As ImGearWordLineEndingType
'Usage
 
Dim instance As ImGearWordTextExtractionOptions
Dim value As ImGearWordLineEndingType
 
instance.LineEnding = value
 
value = instance.LineEnding
public ImGearWordLineEndingType LineEnding {get; set;}
public: __property ImGearWordLineEndingType get_LineEnding();
public: __property void set_LineEnding( 
   ImGearWordLineEndingType value
);
public:
property ImGearWordLineEndingType LineEnding {
   ImGearWordLineEndingType get();
   void set (    ImGearWordLineEndingType value);
}
Remarks
The default is ImGearWordLineEndingType.CRLF.
See Also

Reference

ImGearWordTextExtractionOptions Class
ImGearWordTextExtractionOptions Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback