'Declaration Public Function New( _
ByVal documentParent document of this bookmark.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal titleThe text to be displayed on the screen for bookmark.As System.String _
)
public PdfBookmark(
Vintasoft.Imaging.Pdf.PdfDocument document,
System.String title
)
public: PdfBookmark(
Vintasoft.Imaging.Pdf.PdfDocument* document,
System.String title
)
public:
PdfBookmark(
Vintasoft.Imaging.Pdf.PdfDocument^ document,
System.String title
)
Parameters
- document
- Parent document of this bookmark.
- title
- The text to be displayed on the screen for bookmark.