Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace : PDFTextJustification Enumeration |
public enum PDFTextJustification : System.Enum
'Declaration
Public Enum PDFTextJustification Inherits System.Enum
'Usage
Dim instance As PDFTextJustification
public enum PDFTextJustification
public enum class PDFTextJustification : public System.Enum
Value | Member | Description |
---|---|---|
0x00000000 | Left | Left aligned text |
0x00000001 | Center | Center aligned text |
0x00000002 | Right | Right aligned text |
The PDFAnnotationType enumeration is used as the type for the PDFTextAnnotation.Justification property.
For an example, refer to PDFTextAnnotation.
System.Object
System.ValueType
System.Enum
Leadtools.Pdf.PDFTextJustification