In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / NewBookmark Method

NewBookmark Method (GdPicturePDF)

In This Topic
Syntax
'Declaration

 

Public Function NewBookmark( _

   ByVal ParentBookmarkID As Integer, _

   ByVal Title As String _

) As Integer
public int NewBookmark( 

   int ParentBookmarkID,

   string Title

)
public function NewBookmark( 

    ParentBookmarkID: Integer;

    Title: String

): Integer; 
public function NewBookmark( 

   ParentBookmarkID : int,

   Title : String

) : int;
public: int NewBookmark( 

   int ParentBookmarkID,

   string* Title

) 
public:

int NewBookmark( 

   int ParentBookmarkID,

   String^ Title

) 

Parameters

ParentBookmarkID
Title
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members