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
 

Property Value

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