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

SourceBounds Property






Gets or sets the source bounds of this internal link.
Syntax
public PDFRect SourceBounds {get; set;}
'Declaration
 
Public Property SourceBounds As PDFRect
'Usage
 
Dim instance As PDFInternalLink
Dim value As PDFRect
 
instance.SourceBounds = value
 
value = instance.SourceBounds
public PDFRect SourceBounds {get; set;}
 get_SourceBounds();
set_SourceBounds(value);
public:
property PDFRect SourceBounds {
   PDFRect get();
   void set (    PDFRect value);
}

Property Value

A PDFRect that represents the source location and size of this internal link, in PDF units (1/72 of an inch and bottom left). The default value is an empty PDFRect.
Remarks

The SourceBounds is the hot spot area of the internal link. An external viewer may choose to change the mouse cursor shape to a "Hand" when the user hovers over this link and proceed to perform the action of the link when the user clicks the link.

You can use the PDFDocumentPage.ConvertRect helper method to convert from pixel or inches to PDF units and back.

Example

For an example, refer to PDFInternalLink.

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

PDFInternalLink Structure
PDFInternalLink Members
PDF Coordinate System

 

 


Products | Support | Contact Us | Copyright Notices

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