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

PDFFont Structure






Members 
Contains the information for a PDF font.
Object Model
PDFFont Structure
Syntax
[SerializableAttribute()]
public struct PDFFont : System.ValueType 
'Declaration
 
<SerializableAttribute()>
Public Structure PDFFont 
   Inherits System.ValueType
'Usage
 
Dim instance As PDFFont
[SerializableAttribute()]
public class PDFFont
JAVASCRIPT_NOSTRUCTS
[SerializableAttribute()]
public value class PDFFont : public System.ValueType 
Remarks

The PDFFont structure is used as the type for the PDFDocumentPage.Fonts collection.

You can read the fonts of a PDF page through the PDFDocument.ParsePages method with the PDFParsePagesOptions.Fonts as part of the options parameter. When this method returns, each PDFDocumentPage parsed will have the PDFDocumentPage.Fonts collection populated with the fonts of the page.

The font height and width is not stored in the PDFFont structure, instead it is stored in the PDFObject.TextProperties property of the text or hyperlink object.

Example

For an example, refer to PDFObject.

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

PDFFont Members
Leadtools.Pdf Namespace

 

 


Products | Support | Contact Us | Copyright Notices

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