IIXC_Inst::GetSaveFilters Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IIXC_Inst::GetSaveFilters Method}}
 
{{#customTitle:IIXC_Inst::GetSaveFilters Method}}
{{#parentPage:PXV:IIXC_Inst|GetSaveFilters Method|method}}
+
{{#parentPage:PXV:IIXC_Inst#Methods|GetSaveFilters Method|method}}
 
{{ToReview}}
 
{{ToReview}}
  

Revision as of 04:02, 21 May 2015


The method retrieves a list of the parameters that returned by specified encoder of file format.

Syntax

HRESULT GetSaveFilters([in]           ULONG  nFlags,
                       [out, retval]  BSTR*  pFilters);

Parameters

nFlags
[in] Specifies the format to which the returned by specified encoder of file format.
pFilters
[out, retval] Pointer to BSTR that will be filled with all parameters that can be returned by the specified encoder.

Return Value

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

See Also

IIXC_Inst
IXC_OpenSaveDialogOptions