public static int ptraConcatenatePdf(this L_Ptra pa, string fileout) { if (null == pa) { throw new ArgumentNullException("pa cannot be null."); } return(Native.DllImports.ptraConcatenatePdf((HandleRef)pa, fileout)); }
// Intermediate function for generating multipage pdf output public static int ptraConcatenatePdfToData(this L_Ptra pa_data, Sarray sa, out IntPtr pdata, IntPtr pnbytes) { if (null == pa_data) { throw new ArgumentNullException("pa_data cannot be null."); } return(Native.DllImports.ptraConcatenatePdfToData((HandleRef)pa_data, (HandleRef)sa, out pdata, pnbytes)); }
public static int ptraaInsertPtra(this L_Ptraa paa, int index, L_Ptra pa) { throw new NotImplementedException(); }
public static IntPtr ptraGetPtrToItem(this L_Ptra pa, int index) { throw new NotImplementedException(); }
public static int ptraGetActualCount(this L_Ptra pa, out int pcount) { throw new NotImplementedException(); }
// Simple Ptra accessors public static int ptraGetMaxIndex(this L_Ptra pa, out int pmaxindex) { throw new NotImplementedException(); }
public static int ptraJoin(this L_Ptra pa1, L_Ptra pa2) { throw new NotImplementedException(); }
// Other array operations public static int ptraReverse(this L_Ptra pa) { throw new NotImplementedException(); }
public static int ptraCompactArray(this L_Ptra pa) { throw new NotImplementedException(); }
public static int ptraSwap(this L_Ptra pa, int index1, int index2) { throw new NotImplementedException(); }
public static IntPtr ptraReplace(this L_Ptra pa, int index, IntPtr item, int freeflag) { throw new NotImplementedException(); }
public static IntPtr ptraRemoveLast(this L_Ptra pa) { throw new NotImplementedException(); }
public static IntPtr ptraRemove(this L_Ptra pa, int index, int flag) { throw new NotImplementedException(); }
public static int ptraInsert(this L_Ptra pa, int index, IntPtr item, int shiftflag) { throw new NotImplementedException(); }
// Add/insert/remove/replace generic ptr object public static int ptraAdd(this L_Ptra pa, IntPtr item) { throw new NotImplementedException(); }
public static void ptraDestroy(this L_Ptra ppa, int freeflag, int warnflag) { throw new NotImplementedException(); }