'Declaration Public Function New( _
ByVal documentThe PDF document.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal filenameThe name of the file in the EmbeddedFiles dictionary.As System.String _
)
public PdfEmbeddedGotoActionTarget(
Vintasoft.Imaging.Pdf.PdfDocument document,
System.String filename
)
public: PdfEmbeddedGotoActionTarget(
Vintasoft.Imaging.Pdf.PdfDocument* document,
System.String filename
)
public:
PdfEmbeddedGotoActionTarget(
Vintasoft.Imaging.Pdf.PdfDocument^ document,
System.String filename
)
Parameters
- document
- The PDF document.
- filename
- The name of the file in the EmbeddedFiles dictionary.