In This Topic
GdPicture14 Namespace / OCRParagraphJustification Enumeration

OCRParagraphJustification Enumeration

In This Topic
Specifies a paragraph justification.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
Public Enum OCRParagraphJustification 
   Inherits System.Enum
[ComVisible(true)]
public enum OCRParagraphJustification : System.Enum 
public enum OCRParagraphJustification = class(System.Enum)
ComVisibleAttribute()
public enum OCRParagraphJustification extends System.Enum
[ComVisible(true)]
__value public enum OCRParagraphJustification : public System.Enum 
[ComVisible(true)]
public enum class OCRParagraphJustification : public System.Enum 
Members
MemberValueDescription
Center2The text lines of the paragraph are centered about a line going down through the middle of the text lines.
Left1Each line, except possibly the first, is flush with the same left tab stop.
Right3Each line, except possibly the first, is flush with the same right tab stop.
Unknown0The alignment is not quite clear. This can happen, if there are only one or two lines of text or the text looks like source code or poetry.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.OCRParagraphJustification

See Also