Esempio n. 1
0
        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));
        }
Esempio n. 2
0
        // 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));
        }
Esempio n. 3
0
 public static int ptraaInsertPtra(this L_Ptraa paa, int index, L_Ptra pa)
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public static IntPtr ptraGetPtrToItem(this L_Ptra pa, int index)
 {
     throw new NotImplementedException();
 }
Esempio n. 5
0
 public static int ptraGetActualCount(this L_Ptra pa, out int pcount)
 {
     throw new NotImplementedException();
 }
Esempio n. 6
0
 // Simple Ptra accessors
 public static int ptraGetMaxIndex(this L_Ptra pa, out int pmaxindex)
 {
     throw new NotImplementedException();
 }
Esempio n. 7
0
 public static int ptraJoin(this L_Ptra pa1, L_Ptra pa2)
 {
     throw new NotImplementedException();
 }
Esempio n. 8
0
 // Other array operations
 public static int ptraReverse(this L_Ptra pa)
 {
     throw new NotImplementedException();
 }
Esempio n. 9
0
 public static int ptraCompactArray(this L_Ptra pa)
 {
     throw new NotImplementedException();
 }
Esempio n. 10
0
 public static int ptraSwap(this L_Ptra pa, int index1, int index2)
 {
     throw new NotImplementedException();
 }
Esempio n. 11
0
 public static IntPtr ptraReplace(this L_Ptra pa, int index, IntPtr item, int freeflag)
 {
     throw new NotImplementedException();
 }
Esempio n. 12
0
 public static IntPtr ptraRemoveLast(this L_Ptra pa)
 {
     throw new NotImplementedException();
 }
Esempio n. 13
0
 public static IntPtr ptraRemove(this L_Ptra pa, int index, int flag)
 {
     throw new NotImplementedException();
 }
Esempio n. 14
0
 public static int ptraInsert(this L_Ptra pa, int index, IntPtr item, int shiftflag)
 {
     throw new NotImplementedException();
 }
Esempio n. 15
0
 // Add/insert/remove/replace generic ptr object
 public static int ptraAdd(this L_Ptra pa, IntPtr item)
 {
     throw new NotImplementedException();
 }
Esempio n. 16
0
 public static void ptraDestroy(this L_Ptra ppa, int freeflag, int warnflag)
 {
     throw new NotImplementedException();
 }