 | PdfGoToRAction(PdfDocument, PdfFileSpecification, PdfDestination) Constructor |
Initializes a new instance of the
PdfGoToRAction class with the document, file specification and the destination.
Namespace: Patagames.Pdf.Net.ActionsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntaxpublic PdfGoToRAction(
PdfDocument document,
PdfFileSpecification fileSpec,
PdfDestination destination
)
Public Sub New (
document As PdfDocument,
fileSpec As PdfFileSpecification,
destination As PdfDestination
)
public:
PdfGoToRAction(
PdfDocument^ document,
PdfFileSpecification^ fileSpec,
PdfDestination^ destination
)
new :
document : PdfDocument *
fileSpec : PdfFileSpecification *
destination : PdfDestination -> PdfGoToRActionpublic PdfGoToRAction(
PdfDocument document,
PdfFileSpecification fileSpec,
PdfDestination destination
)
Patagames.Pdf.Net.Actions.PdfGoToRAction = function(document, fileSpec, destination);
Parameters
- document PdfDocument
- Document which contains this action.
- fileSpec PdfFileSpecification
- The file in which the destination is located.
- destination PdfDestination
- The destination to jump to.
See Also