public CGPDFScanner(CGPDFContentStream cs, CGPDFOperatorTable table, IntPtr info) { if (cs == null) throw new ArgumentNullException ("cs"); if (table == null) throw new ArgumentNullException ("table"); handle = CGPDFScannerCreate (cs.Handle, table.Handle, info); }
public CGPDFScanner(CGPDFContentStream cs, CGPDFOperatorTable table, IntPtr info) { if (cs == null) { throw new ArgumentNullException("cs"); } if (table == null) { throw new ArgumentNullException("table"); } handle = CGPDFScannerCreate(cs.Handle, table.Handle, info); }