public WDoc(ADoc doc) : this(digidocPINVOKE.new_WDoc__SWIG_2(ADoc.getCPtr(doc)), true) { }
public void setType(ADoc.DocumentType type) { digidocPINVOKE.WDoc_setType(swigCPtr, (int)type); }
public WDoc(ADoc.DocumentType type) : this(digidocPINVOKE.new_WDoc__SWIG_1((int)type), true) { }
internal static HandleRef getCPtr(ADoc obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }