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