GdPicture.NET.14.API
GdPicture14 Namespace / GdPictureTextExtraction Class / ParagraphSeparator Property





In This Topic
ParagraphSeparator Property (GdPictureTextExtraction)
In This Topic
This property specifies the separator to be utilized for splitting paragraphs. It takes effect solely when the PreserveParagraphs property is set to true.
Syntax
'Declaration
 
Public Property ParagraphSeparator As String
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);
}

Property Value

The default value is "\r\n".
See Also