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

TextProperties Property (PDFObject)






Gets or sets the text properties such as font information and color of this PDFObject text item.
Syntax
public PDFTextProperties TextProperties {get; set;}
'Declaration
 
Public Property TextProperties As PDFTextProperties
'Usage
 
Dim instance As PDFObject
Dim value As PDFTextProperties
 
instance.TextProperties = value
 
value = instance.TextProperties
public PDFTextProperties TextProperties {get; set;}
 get_TextProperties();
set_TextProperties(value);
public:
property PDFTextProperties TextProperties {
   PDFTextProperties get();
   void set (    PDFTextProperties value);
}

Property Value

A PDFTextProperties structure that contain the text properties such as font information and color of this PDFObject text item. Default value is a default PDFTextProperties object.
Remarks

The TextProperties property is only valid for text items, i.e., when the value of ObjectType is PDFObjectType.Text. The character code of the text item will be stored in the Code property of this object.

Example

For an example, refer to PDFObject to show how to draw the objects of a PDF page to an image and PDFTextProperties to show how to write the text of a PDF page to an external file.

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

PDFObject Structure
PDFObject Members

 

 


Products | Support | Contact Us | Copyright Notices

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