ParagraphSeparator Property (GdPictureTextExtraction)
This property specifies the separator to be utilized for splitting paragraphs.
It takes effect solely when the PreserveParagraphs property is set to true.
public string ParagraphSeparator {get; set;}
public read-write property ParagraphSeparator: String;
public function get,set ParagraphSeparator : String
public: __property string* get_ParagraphSeparator();
public: __property void set_ParagraphSeparator(
string* value
);
public:
property String^ ParagraphSeparator {
String^ get();
void set ( String^ value);
}
'Declaration
Public Property ParagraphSeparator As String
Property Value
The default value is "\r\n".