IPXC_StampsCollection::AddStamp Method

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

Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT AddStamp([in]                               IAFS_File*        File,
                 [in]                               BSTR              ID,
                 [in, defaultvalue(0)]              ULONG             Page,
                 [out, retval, defaultvalue(NULL)]  IPXC_StampInfo**  Stamp);

Parameters

File
[in] Pointer to IAFS_File.
ID
[in] Value of BSTR.
Page
[in, defaultvalue(0)] Value of ULONG.
Stamp
[out, retval, defaultvalue(NULL)] Pointer to IPXC_StampInfo.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXC_StampsCollection