PdfLinkAnnotationFacade.FindUri() Method
Gets a URI associated with an annotation.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.1.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
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