IIXC_Page::FmtDouble Property

From PDF XChange PDF SDK
Jump to: navigation, search


Property FmtDouble of interface IIXC_Page returns/sets Value of double ...

Syntax

HRESULT get_FmtDouble([in]           ULONG    nParamID,
                      [out, retval]  double*  nVal);
HRESULT put_FmtDouble([in]  ULONG   nParamID,
                      [in]  double  nVal);

Parameters

nParamID
[in] Value of ULONG.

See Also

IIXC_Page