Error processing SSI file
LEADTOOLS PDF (Leadtools.Pdf assembly)

Show in webframe

Bounds Property (PDFHyperlink)






Source bounds of this hyperlink.
Syntax
public PDFRect Bounds {get; set;}
'Declaration
 
Public Property Bounds As PDFRect
'Usage
 
Dim instance As PDFHyperlink
Dim value As PDFRect
 
instance.Bounds = value
 
value = instance.Bounds
public PDFRect getBounds()
public void setBounds(PDFRect bounds)
            
public:
property PDFRect Bounds {
   PDFRect get();
   void set (    PDFRect value);
}

Property Value

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

The Bounds is the hot spot area of the hyperlink. 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 PDFHyperlink.

Requirements

Target Platforms

See Also

Reference

PDFHyperlink Structure
PDFHyperlink Members
PDF Coordinate System

Error processing SSI file
   Leadtools.Pdf requires a PDF Pro, Pro Suite, Document, or Medical license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features