| PdfViewerCurrentIndex Property |
Gets or sets the current index of a page in PdfPageCollection
Namespace: Patagames.Pdf.Net.Controls.WpfAssembly: Patagames.Pdf.Wpf (in Patagames.Pdf.Wpf.dll) Version: 4.94.2704
Syntax public 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
Int32See Also