ACTIVESWLib::ISPTemplate Interface Reference
Detailed Description
SignWare Dynamic Development toolkit, ActiveX wrapper for SPTemplateInterface ISPTemplate.A template is a compressed reference data structure. Templates should be used to save references when the flatfile size is limited, such as smartcards.
Public Member Functions | |
HRESULT | AddOption ([in] long iOptionType,[in] VARIANT lValue,[out, retval] long *result) |
Add an optional parameter to a Template object. | |
HRESULT | AddOptionId ([in] long iOptionTyp,[in] long iId,[in] VARIANT lValue,[out, retval] long *result) |
Add an optional parameter with id to a Template object. | |
HRESULT | Clone ([out] ISPTemplate **ppTemplate,[out, retval] long *result) |
Create a clone of a valid template data structure. | |
HRESULT | CreateFromFlatFile ([in] ISPFlatFile *pbFlatFile,[out, retval] long *result) |
Create a template data structure from valid a flat file. | |
HRESULT | CreateFromReference ([in] ISPReference *pReference,[in] long iMaxTemplateSize,[out, retval] long *result) |
Create a flat file from a valid reference structure. | |
HRESULT | CreateFromSmartcard ([in] ISPSmartCard *pSmartcard,[out, retval] long *result) |
Load a Template from a Smartcard. | |
HRESULT | DelOptionId ([in] long iId,[out, retval] long *result) |
Delete an optional parameter (described by its ID) from a Template object. | |
HRESULT | GetImage ([in] double dZoom,[in] long iImageFormat,[out] ISPFlatFile **ppImage,[out, retval] long *result) |
Convert a template to a standard image file format. | |
HRESULT | GetImageSize ([out] long *piWidth,[out] long *piHeight,[out, retval] long *result) |
Query the image size of this template object. | |
HRESULT | GetOption ([in] long iIndex,[out] long *piOptionType,[out] VARIANT *plValue,[out, retval] long *result) |
Get an optional parameter from a Template object. | |
HRESULT | GetOptionId ([in] long iId,[out] long *piOptionType,[out] VARIANT *plValue,[out, retval] long *result) |
Get an optional parameter (described by its ID) from a Template object. |
Member Function Documentation
|
Add an optional parameter to a Template object.
|
|
Add an optional parameter with id to a Template object.
|
|
Create a clone of a valid template data structure.
|
|
Create a template data structure from valid a flat file.
|
|
Create a flat file from a valid reference structure.
|
|
Load a Template from a Smartcard.
|
|
Delete an optional parameter (described by its ID) from a Template object.
|
|
Convert a template to a standard image file format.
|
|
Query the image size of this template object.
|
|
Get an optional parameter from a Template object.
|
|
Get an optional parameter (described by its ID) from a Template object.
|
The documentation for this interface was generated from the following file: