'Declaration Public Function New( _
ByVal documentPDF документ, в котором должно быть сохранено это действие.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal documentSpecificationPDF-файл, в котором находится место назначения.As PdfFileSpecification, _
ByVal destinationМесто назначения для перехода.As PdfDestinationBase, _
ByVal indirectReferenceЗначение, указывающее, должен ли быть создан объект косвенной ссылки.As Boolean _
)
public PdfRemoteGotoAction(
Vintasoft.Imaging.Pdf.PdfDocument document,
PdfFileSpecification documentSpecification,
PdfDestinationBase destination,
bool indirectReference
)
public: PdfRemoteGotoAction(
Vintasoft.Imaging.Pdf.PdfDocument* document,
PdfFileSpecification* documentSpecification,
PdfDestinationBase* destination,
bool indirectReference
)
public:
PdfRemoteGotoAction(
Vintasoft.Imaging.Pdf.PdfDocument^ document,
PdfFileSpecification^ documentSpecification,
PdfDestinationBase^ destination,
bool indirectReference
)
Parameters
- document
- PDF документ, в котором должно быть сохранено это действие.
- documentSpecification
- PDF-файл, в котором находится место назначения.
- destination
- Место назначения для перехода.
- indirectReference
- Значение, указывающее, должен ли быть создан объект косвенной ссылки.