'Declaration Public Sub CopyToClipboard( _ ByVal firstPageIndex As Integer, _ ByVal count As Integer _ )
public void CopyToClipboard( int firstPageIndex, int count )
Parameters
- firstPageIndex
- The zero-based starting page index.
- count
- The number of pages, copied to clipboard.