Class PdfGoToAction
Represents a PDF Goto action.
public sealed class PdfGoToAction : PdfAction, ICloneable, IEnumerable<KeyValuePair<string, PdfItem?>>, IEnumerable
- Inheritance
-
PdfGoToAction
- Implements
- Inherited Members
Constructors
PdfGoToAction()
Initializes a new instance of the PdfGoToAction class.
public PdfGoToAction()
PdfGoToAction(PdfDocument)
Initializes a new instance of the PdfGoToAction class.
public PdfGoToAction(PdfDocument document)
Parameters
document
PdfDocumentThe document that owns this object.
Methods
CreateGoToAction(string)
Creates a link within the current document.
public static PdfGoToAction CreateGoToAction(string destinationName)
Parameters
destinationName
stringThe Named Destination’s name in the target document.