GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / OCRParagraphJustification Enumeration





OCRParagraphJustification Enumeration
Specifies a paragraph justification.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
Public Enum OCRParagraphJustification 
   Inherits 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

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace