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