←Select platform

TextJustification Property

Summary
Justification to use for text of this field.
Syntax
C#
C++/CLI
Java
Python
public int TextJustification { get; set; } 
public int getTextJustification(); 
public void setTextJustification( 
   int intValue 
); 
public: 
property int TextJustification { 
   int get(); 
   void set (    int ); 
} 
TextJustification # get and set (PDFFormField) 

Property Value

Justification to use for text of this field.

Remarks

Text justification. In most cases, this is one of the following constants defined in PDFFormField.

Value Name Description
0 TextJustificationLeft Left justified text.
1 TextJustificationCentered Centered justified text.
2 TextJustificationRight Right justified text.
Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.