←Select platform

TextJustification Property

Summary

Justification to use for text of this field.

Syntax

C#
VB
Java
C++
public int TextJustification { get; set; } 
Public Property TextJustification As Integer 
public int getTextJustification() 
public void setTextJustification(int textJustification) 
             
public: 
property int TextJustification { 
   int get(); 
   void set (    int ); 
} 

Property Value

Justification to use for text of this field.

Remarks

In most cases, this is one of the TextJustificationXYZ constants defined in PDFFormField.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly