Skip to main content
All docs
V25.1
  • PdfLinkAnnotationFacade.FindUri() Method

    Gets a URI associated with an annotation.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.1.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