Page 1 of 1

Old Viewer Properties

Posted: Mon May 14, 2018 3:52 pm
by jeffp
With the old ViewerAX I could do this:

FControl.SetDocumentProperty(ADocID, 'SilentSaveTmpToDispFile', ADataIn, 0);

and

FControl.SetDocumentProperty(ADocID, 'Temp', ADataIn, 0);

Can you tell me how to set the "Templ and "SiletnSaveTempDoDispFile" document properties in the new Editor.

Thanks.

Re: Old Viewer Properties

Posted: Tue May 15, 2018 8:39 am
by Sasha - Tracker Dev Team
Hello Jeff,

From what we see, in your case the https://sdkhelp.pdf-xchange.com/vi ... ument_Save should be used with needed flags.

Cheers,
Alex