Accusoft.PdfXpress7.Net
ActionPageNumber Property




Gets and sets the destination page action for the bookmark.
Syntax
'Declaration
 
Public Property ActionPageNumber As Integer
'Usage
 
Dim instance As BookmarkContext
Dim value As Integer
 
instance.ActionPageNumber = value
 
value = instance.ActionPageNumber
public int ActionPageNumber {get; set;}
public: __property int get_ActionPageNumber();
public: __property void set_ActionPageNumber( 
   int value
);
public:
property int ActionPageNumber {
   int get();
   void set (    int value);
}

Property Value

An integer which represents the destination page action.
Remarks

The default value is 0.

See Also

Reference

BookmarkContext Class
BookmarkContext Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback