'Declaration Public Function New( _
ByVal destinationМесто назначения для перехода.As PdfDestinationBase, _
ByVal targetЦелевая информация, указывающая путь к целевому документу.As PdfEmbeddedGotoActionTarget, _
ByVal indirectReferenceЗначение, указывающее, должен ли быть создан объект косвенной ссылки.As Boolean _
)
public PdfEmbeddedGotoAction(
PdfDestinationBase destination,
PdfEmbeddedGotoActionTarget target,
bool indirectReference
)
public: PdfEmbeddedGotoAction(
PdfDestinationBase* destination,
PdfEmbeddedGotoActionTarget* target,
bool indirectReference
)
public:
PdfEmbeddedGotoAction(
PdfDestinationBase^ destination,
PdfEmbeddedGotoActionTarget^ target,
bool indirectReference
)
Parameters
- destination
- Место назначения для перехода.
- target
- Целевая информация, указывающая путь к целевому документу.
- indirectReference
- Значение, указывающее, должен ли быть создан объект косвенной ссылки.