Class HyperlinkType
Enumerates the values that indicate whether the link is Weblink or DocumentLink
Inheritance
System.Object
HyperlinkType
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public sealed class HyperlinkType : Enum
Fields
DocumentLink
Link to a different location within the PDF.
Declaration
public const HyperlinkType DocumentLink
Field Value
Type | Description |
---|---|
HyperlinkType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
WebLink
Link to external web pages.
Declaration
public const HyperlinkType WebLink
Field Value
Type | Description |
---|---|
HyperlinkType |