←Select platform

Justification Property

Summary
Justification of this text annotation object.
Syntax
C#
VB
C++
Java
public PDFTextJustification Justification { get; set; } 
Public Property Justification As PDFTextJustification 
public PDFTextJustification getJustification(); 
public void setJustification( 
   PDFTextJustification pDFTextJustification 
); 
public: 
property PDFTextJustification Justification { 
   PDFTextJustification get(); 
   void set (    PDFTextJustification ); 
} 

Property Value

A PDFTextJustification enumeration member that specifies the alignment of text annotation object associated with this PDFTextAnnotation.

Example

For an example, refer to PDFTextAnnotation.

Requirements

Target Platforms

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

Leadtools.Pdf Assembly

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