 | PdfViewerCurrentIndex Property |
Gets or sets the current index of a page in PdfPageCollection
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 5.1.3
Syntaxpublic int CurrentIndex { get; set; }Public Property CurrentIndex As Integer
Get
Set
public:
property int CurrentIndex {
int get ();
void set (int value);
}member CurrentIndex : int with get, set
/** @property */
public int get_CurrentIndex()
/** @property */
public void set_CurrentIndex(int value)
function get_CurrentIndex();
function set_CurrentIndex(value);
Property Value
Int32
See Also