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

GetPageLabel Method (GdPicturePDF)

In This Topic
Syntax
'Declaration

 

Public Function GetPageLabel( _

   ByVal PageNo As Integer _

) As String
public string GetPageLabel( 

   int PageNo

)
public function GetPageLabel( 

    PageNo: Integer

): String; 
public function GetPageLabel( 

   PageNo : int

) : String;
public: string* GetPageLabel( 

   int PageNo

) 
public:

String^ GetPageLabel( 

   int PageNo

) 

Parameters

PageNo
See Also

Reference

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