iText 7 7.1.8 API
iText.Kernel.Pdf.Navigation.PdfExplicitRemoteGoToDestination Class Reference

This class shall be used for creation of destinations, associated Remote Go-To and Embedded Go-To actions only, i.e. More...

Inheritance diagram for iText.Kernel.Pdf.Navigation.PdfExplicitRemoteGoToDestination:
iText.Kernel.Pdf.Navigation.PdfDestination iText.Kernel.Pdf.PdfObjectWrapper< PdfObject >

Public Member Functions

  PdfExplicitRemoteGoToDestination (PdfArray pdfObject)
 
override PdfObject  GetDestinationPage (IDictionary< String, PdfObject > names)
 
- Public Member Functions inherited from iText.Kernel.Pdf.PdfObjectWrapper< PdfObject >
virtual T  GetPdfObject ()
 
virtual iText.Kernel.Pdf.PdfObjectWrapper< T >  MakeIndirect (PdfDocument document, PdfIndirectReference reference)
  Marks object behind wrapper to be saved as indirect. More...
 
virtual iText.Kernel.Pdf.PdfObjectWrapper< T >  MakeIndirect (PdfDocument document)
  Marks object behind wrapper to be saved as indirect. More...
 
virtual iText.Kernel.Pdf.PdfObjectWrapper< T >  SetModified ()
 
virtual void  Flush ()
 
virtual bool  IsFlushed ()
 

Static Public Member Functions

static iText.Kernel.Pdf.Navigation.PdfExplicitRemoteGoToDestination  CreateXYZ (int pageNum, float left, float top, float zoom)
 
static iText.Kernel.Pdf.Navigation.PdfExplicitRemoteGoToDestination  CreateFit (int pageNum)
 
static iText.Kernel.Pdf.Navigation.PdfExplicitRemoteGoToDestination  CreateFitH (int pageNum, float top)
 
static iText.Kernel.Pdf.Navigation.PdfExplicitRemoteGoToDestination  CreateFitV (int pageNum, float left)
 
static iText.Kernel.Pdf.Navigation.PdfExplicitRemoteGoToDestination  CreateFitR (int pageNum, float left, float bottom, float right, float top)
 
static iText.Kernel.Pdf.Navigation.PdfExplicitRemoteGoToDestination  CreateFitB (int pageNum)
 
static iText.Kernel.Pdf.Navigation.PdfExplicitRemoteGoToDestination  CreateFitBH (int pageNum, float top)
 
static iText.Kernel.Pdf.Navigation.PdfExplicitRemoteGoToDestination  CreateFitBV (int pageNum, float left)
 
static iText.Kernel.Pdf.Navigation.PdfExplicitRemoteGoToDestination  Create (int pageNum, PdfName type, float left, float bottom, float right, float top, float zoom)
 
- Static Public Member Functions inherited from iText.Kernel.Pdf.Navigation.PdfDestination
static iText.Kernel.Pdf.Navigation.PdfDestination  MakeDestination (PdfObject pdfObject)
 

Detailed Description

This class shall be used for creation of destinations, associated Remote Go-To and Embedded Go-To actions only, i.e.

This class shall be used for creation of destinations, associated Remote Go-To and Embedded Go-To actions only, i.e. the destination point is in another PDF. If you need to create a destination, associated with an object inside current PDF, you should use PdfExplicitDestination class instead.