 | PageCollectionChangedEventArgsIndex Property |
Gets the index of the page which was added or deleted.
Namespace: Patagames.Pdf.Net.EventArgumentsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic int Index { get; }
Public ReadOnly Property Index As Integer
Get
public:
property int Index {
int get ();
}
member Index : int with get
/** @property */
public int get_Index()
Property Value
Int32
See Also