IPXV_Inst::Settings Property

From PDF XChange PDF SDK
Revision as of 03:59, 15 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Returns the ICabNode object that provides the access to the all Editor's settings. Please release it immediately after usage because all time that you holding this object - all other threads will wait for release of it when try to access to it. Using programming languages that have Garbage Collectors for releasing unused object - be sure that this object is released immediately by you, otherwise it may cause blocking the background threads for long time.

Syntax

HRESULT get_Settings([out, retval]  ICabNode**  pSettings);

See Also

IPXV_Inst