IPXC_DocumentInfo::InfoStr Property

From PDF XChange PDF SDK
Revision as of 07:02, 12 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search

Gets/sets info string by the document info key.

Syntax

HRESULT get_InfoStr([in]           PXC_DocumentInfoKey  Key,
                    [out, retval]  BSTR*                String);
HRESULT put_InfoStr([in]  PXC_DocumentInfoKey  Key,
                    [in]  BSTR                 String);

Parameters

Key
[in] Value of PXC_DocumentInfoKey containing the type of info string that we need to get or set.

See Also

IPXC_DocumentInfo