 | PdfDestinationPageIndex Property |
Gets or sets the page index(zero based for current document) in current or remote document which indicates the named destination
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic int PageIndex { get; set; }
Public Property PageIndex As Integer
Get
Set
public:
property int PageIndex {
int get ();
void set (int value);
}
member PageIndex : int with get, set
/** @property */
public int get_PageIndex()
/** @property */
public void set_PageIndex(int value)
function get_PageIndex();
function set_PageIndex(value);
Property Value
Int32
See Also