LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

Justification Property






Gets or sets the justification of this text annotation object.
Syntax
public PDFTextJustification Justification {get; set;}
'Declaration
 
Public Property Justification As PDFTextJustification
'Usage
 
Dim instance As PDFTextAnnotation
Dim value As PDFTextJustification
 
instance.Justification = value
 
value = instance.Justification
public PDFTextJustification Justification {get; set;}
 get_Justification();
set_Justification(value);
public:
property PDFTextJustification Justification {
   PDFTextJustification get();
   void set (    PDFTextJustification value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFTextAnnotation Class
PDFTextAnnotation Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.