PdfPage.AddLinkAction Method

PDF File Writer

PdfPageAddLinkAction Method

Add go to action

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public PdfAnnotation AddLinkAction(
	string LocMarkerName,
	PdfRectangle AnnotRect
)

Parameters

LocMarkerName
Type: SystemString
Destination name
AnnotRect
Type: PdfFileWriterPdfRectangle
Annotation rectangle

Return Value

Type: PdfAnnotation
PdfAnnotation object
See Also