Back to Devexpress

PdfLinkAnnotationFacade.FindDestination() Method

officefileapi-devexpress-dot-pdf-dot-pdflinkannotationfacade-46fbb711.md

latest1.1 KB
Original Source

PdfLinkAnnotationFacade.FindDestination() Method

Gets a destination (a reference to a page with specific view parameters) associated with the annotation.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfDestination FindDestination()
vb
Public Function FindDestination As PdfDestination

Returns

TypeDescription
PdfDestination

The destination to which the link annotation refers.

|

See Also

PdfLinkAnnotationFacade Class

PdfLinkAnnotationFacade Members

DevExpress.Pdf Namespace