Class PdfNamedDestination
Represents an named destination which goes to a destination in the current document.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.Pdf.Interactive
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public class PdfNamedDestination : 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 |