PdfFileAttachmentAnnotationFromUrl Method
Creates an attachment annotation that references a URL.
Clicking the icon opens the URL in the default browser
Namespace: Winnovative.Pdf.NextAssembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
public static PdfFileAttachmentAnnotation FromUrl(
string url,
int pageNumber,
int x,
int y
)
- url String
- The URL to reference
- pageNumber Int32
- The 1-based page number where the icon is placed
- x Int32
- The icon X coordinate on the page
- y Int32
- The icon Y coordinate on the page
PdfFileAttachmentAnnotationA new attachment annotation instance