PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Draws a rectangle as a link to another pdf document.
Namespace:
PDFTechAssembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Syntax
C# |
---|
public PDFActionAnnotation AddExternalLink( RectangleF ARect, string FileName ) |
Visual Basic (Declaration) |
---|
Public Function AddExternalLink ( _ ARect As RectangleF, _ FileName As String _ ) As PDFActionAnnotation |
Visual C++ |
---|
public: PDFActionAnnotation^ AddExternalLink( RectangleF ARect, String^ FileName ) |
Parameters
- ARect
- Type: System.Drawing..::.RectangleF
Bound of annotation
- FileName
- Type: System..::.String
a file path to the destination document.