Skip to content

Instantly share code, notes, and snippets.

@Polaringu
Created April 13, 2016 11:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Polaringu/98b1cd1c7df000358ac11de26e07f3ad to your computer and use it in GitHub Desktop.
Save Polaringu/98b1cd1c7df000358ac11de26e07f3ad to your computer and use it in GitHub Desktop.
PDFXEdit.ICab openParams = m_Inst.CreateOpenDocParams();
PDFXEdit.ICabNode openParamsRoot = openParams.Root;
openParamsRoot.SetBool("NoProgress", true);
m_Inst.ActiveMainFrm.OpenDocFromPath(ofd.FileName, openParams);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment