public PartialProfile(ProcParams pp, SWIGTYPE_p_ParamsEdited pe) : this(libPhotoAssistantImageProcessingPINVOKE.new_PartialProfile__SWIG_4(ProcParams.getCPtr(pp), SWIGTYPE_p_ParamsEdited.getCPtr(pe)), true)
 {
 }
        public int load(string fname, SWIGTYPE_p_ParamsEdited pedited)
        {
            int ret = libPhotoAssistantImageProcessingPINVOKE.ProcParams_load__SWIG_0(swigCPtr, fname, SWIGTYPE_p_ParamsEdited.getCPtr(pedited));

            if (libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Pending)
            {
                throw libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }