'Declaration Public Function New( _
ByVal documentPDF document.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal indirectReferenceA value indicating whether an indirect reference object must be created.As Boolean _
)
public PdfGotoAction(
Vintasoft.Imaging.Pdf.PdfDocument document,
bool indirectReference
)
public: PdfGotoAction(
Vintasoft.Imaging.Pdf.PdfDocument* document,
bool indirectReference
)
public:
PdfGotoAction(
Vintasoft.Imaging.Pdf.PdfDocument^ document,
bool indirectReference
)
Parameters
- document
- PDF document.
- indirectReference
- A value indicating whether an indirect reference object must be created.