Class PdfNamedDestination
Represents an named destination which goes to a destination in the current document.
Namespace: Syncfusion.Pdf.Interactive
Assembly: Syncfusion.Pdf.Portable.dll
Syntax
public class PdfNamedDestination : Object, IPdfWrapper
Constructors
PdfNamedDestination(String)
Initializes a new instance of the PdfNamedDestination class.
Declaration
public PdfNamedDestination(string title)
Parameters
Type | Name | Description |
---|---|---|
System.String | title | The title to be displayed. |
Properties
Destination
Declaration
public virtual PdfDestination Destination { get; set; }
Property Value
Type | Description |
---|---|
PdfDestination |
Title
Gets or sets the named destination title.
Declaration
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string value which contains the named destination title |