Accusoft.FSInvoices Namespace > FormResult Class : InsertPage Method |
'Declaration Public Sub InsertPage( _ ByVal documentPage As DocumentPage, _ ByVal insertIndex As Integer _ )
'Usage Dim instance As FormResult Dim documentPage As DocumentPage Dim insertIndex As Integer instance.InsertPage(documentPage, insertIndex)
public void InsertPage( DocumentPage documentPage, int insertIndex )
public: void InsertPage( DocumentPage* documentPage, int insertIndex )
public: void InsertPage( DocumentPage^ documentPage, int insertIndex )
Exception | Description |
---|---|
System.ArgumentNullException | Thrown when the documentPage argument is null. |
System.ArgumentOutOfRangeException | Thrown when the insertIndex argument is out of range. |