Xamarin.Android

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfNamedDestination

    Show / Hide Table of Contents

    Class PdfNamedDestination

    Represents an named destination which goes to a destination in the current document.

    Inheritance
    System.Object
    PdfNamedDestination
    PdfLoadedNamedDestination
    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

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved