Click or drag to resize

LinkAnnotation Constructor

Overload List
  NameDescription
Public methodLinkAnnotation
Initializes a new instance of the LinkAnnotation class with empty bounds and no action.
Public methodLinkAnnotation(PdfBounds)
Initializes a new instance of the LinkAnnotation class with the given bounds. No action is specified.
Public methodLinkAnnotation(PdfBounds, PdfAction)
Initializes a new instance of the LinkAnnotation class with the given bounds and to take the particular action.
Public methodLinkAnnotation(PdfBounds, Int32)
Initializes a new instance of the LinkAnnotation class with the given bounds and creates it as a "goto page" link using the index to reference a particular page.
Public methodLinkAnnotation(PdfBounds, Uri)
Initializes a new instance of the LinkAnnotation class with the given bounds and creates it as a "web link" to the given Uri used in a PdfURIAction for the link.
Top
See Also