PDFView4NET WinForms Edition
InsertPosition Property




O2S.Components.PDFView4NET Namespace > BeforePageReorderEventArgs Class : InsertPosition Property
Gets the position in the document where the pages are inserted.
Syntax
'Declaration
 
Public ReadOnly Property InsertPosition As Integer
'Usage
 
Dim instance As BeforePageReorderEventArgs
Dim value As Integer
 
value = instance.InsertPosition
public int InsertPosition {get;}
public: __property int get_InsertPosition();
public:
property int InsertPosition {
   int get();
}

Property Value

Index in the document where the pages are inserted.
Remarks
The first page in the list is inserted in this position, the next page is inserted at insertPosition + 1 and so on.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BeforePageReorderEventArgs Class
BeforePageReorderEventArgs Members