IPXV_Plugin::ResetSettings Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 2: Line 2:
 
{{#customTitle:IPXV_Plugin::ResetSettings Method}}
 
{{#customTitle:IPXV_Plugin::ResetSettings Method}}
  
The method of interface of PDF-XChange Editor SDK.
+
Resets plugin's specific settings during resetting Editor's settings. Provided flags describe which kind of settings (e.g. plugin presets) should be kept.
  
 
== Syntax ==
 
== Syntax ==
Line 9: Line 9:
 
== Parameters ==
 
== Parameters ==
 
;''nFlags''
 
;''nFlags''
:[in]  Value of ULONG.
+
:[in]  Specifies what settings should be kept.
 +
 
 +
==== Description ====
 +
{| class="wikitable sortable collapsible" style="width: 100%"
 +
|-
 +
! style="text-align: left" scope="col" width="15%" | Flag
 +
! style="text-align: left" scope="col" class="unsortable" | Description
 +
|-
 +
|PRSF_KeepOptions
 +
|Set this flag to keep common settings of plugin
 +
|-
 +
|PRSF_KeepPresets
 +
|Set this flag to keep plugin presets if any
 +
|}
 +
 
  
 
== Return Value ==
 
== Return Value ==

Revision as of 02:37, 21 March 2015

Resets plugin's specific settings during resetting Editor's settings. Provided flags describe which kind of settings (e.g. plugin presets) should be kept.

Syntax

HRESULT ResetSettings([in] ULONG nFlags);

Parameters

nFlags
[in] Specifies what settings should be kept.

Description

Flag Description
PRSF_KeepOptions Set this flag to keep common settings of plugin
PRSF_KeepPresets Set this flag to keep plugin presets if any


Return Value

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

See Also

See also IPXV_Plugin.