14using System.Runtime.InteropServices;
17 private Object locker =
new Object();
18 private HandleRef swigCPtr;
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21 swigCPtr =
new HandleRef(
this, cPtr);
24 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
29 protected override void Dispose(
bool disposing) {
31 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
36 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
38 base.Dispose(disposing);
static global::System.Exception Retrieve()
static bool PDFObject_isKindOf(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static int PDFObject_type(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool PDFObject_ExportLikeRefObj(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static global::System.IntPtr PDFObject_document(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool PDFObject_isIndirect(global::System.Runtime.InteropServices.HandleRef jarg1)
static void PDFObject_setDocument(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void PDFObject_clearDictionaries(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_PDFObject(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool PDFObject_ExportLikeRef(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static bool PDFObject_Export(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void PDFObject_IndirectObjectID(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static HandleRef getCPtr(PDFDocument obj)
static HandleRef getCPtr(PDFIStream obj)
PDFObject(IntPtr cPtr, bool cMemoryOwn)
virtual PDFDocument document()
virtual bool ExportLikeRefObj(PDFIStream arg0, PDFVersion arg1)
virtual void clearDictionaries()
static HandleRef getCPtr(PDFObject obj)
override void Dispose(bool disposing)
virtual void IndirectObjectID(PDFObjectID arg0)
virtual bool ExportLikeRef(PDFIStream arg0, PDFVersion arg1)
virtual bool isIndirect()
override PDFTypeId type()
virtual void setDocument(PDFDocument pDoc)
override bool isKindOf(PDFTypeId objType)
virtual bool Export(PDFIStream pStream, PDFVersion ver)
static HandleRef getCPtr(PDFObjectID obj)
static HandleRef getCPtr(PDFVersion obj)