Skip to main content
All docs
V23.2

PdfLinkAnnotationFacade.FindUri() Method

Gets a URI associated with an annotation.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public string FindUri()

Returns

Type Description
String

The URI associated with the annotation.

Remarks

Call the PdfLinkAnnotationFacade.SetUri method to set a URI for an annotation.

See Also