LEADTOOLS PDF (Leadtools.Pdf assembly)

PDFInternalLink Structure

Show in webframe





Members 
Provides information about the PDF internal link properties
Object Model
Syntax
[SerializableAttribute()]
public struct PDFInternalLink : System.ValueType 
'Declaration
 
<SerializableAttribute()>
Public Structure PDFInternalLink 
   Inherits System.ValueType
'Usage
 
Dim instance As PDFInternalLink

            

            
[SerializableAttribute()]
public value class PDFInternalLink : public System.ValueType 
Remarks

The PDFInternalLink structure contains the properties of a single PDF internal link. An internal link in a PDF file is a location on a page that defines a hot area, when this location is clicked with the mouse. An external viewer should read the properties of the link and proceed to go to the page defined by the properties of the internal link while optionally change the view parameters (zoom factor, fit page mode and scroll position).

The bookmarks and internal links of a PDF has a document (global) scope and are not part of any page. As a result, to read the bookmarks of a document use the PDFDocument.ParseDocumentStructure method and then access the PDFDocument.Bookmarks and PDFDocument.InternalLinks collections.

The internal link has the following properties for the source hot sport:

The action of a internal link consists of the followng:

Example

For an example, refer to PDFDocument.ParseDocumentStructure.

Requirements

Target Platforms

See Also

Reference

PDFInternalLink Members
Leadtools.Pdf Namespace
PDF Coordinate System

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.