IIXC_Page::StdMatrixFilter Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:IIXC_Page::StdMatrixFilter Method}}
 
{{#customTitle:IIXC_Page::StdMatrixFilter Method}}
 
{{#parentPage:PXV:IIXC_Page|StdMatrixFilter Method|method}}
 
{{#parentPage:PXV:IIXC_Page|StdMatrixFilter Method|method}}
{{ToWrite}}
+
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
The method applies the specified standard image filter to the specified image page.
  
 
== Syntax ==
 
== Syntax ==
Line 12: Line 12:
 
== Parameters ==
 
== Parameters ==
 
;nFilter
 
;nFilter
:[in]  Value of [[PXV:IXC_StandartMatrixfilters|IXC_StandartMatrixfilters]].
+
:[in]  Defines which specific filter will be applied. This could be one of the following value of [[PXV:IXC_StandartMatrixfilters|IXC_StandartMatrixfilters]].
  
 
== Return Value ==
 
== Return Value ==
Line 18: Line 18:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IIXC_Page|IIXC_Page]].
+
:[[PXV:IIXC_Page|IIXC_Page]]
 +
:[[PXV:IIXC_Page_FilterMedian|IIXC_Page::FilterMedian]]
 +
:[[PXV:IIXC_Page_FilterMosaic|IIXC_Page::FilterMosaic]]
 +
:[[PXV:IIXC_Page_FilterMedian|IIXC_Page::FilterNoise]]
 +
:[[PXV:IIXC_Page_TableFilter|IIXC_Page::TableFilter]]

Revision as of 06:47, 30 April 2015


The method applies the specified standard image filter to the specified image page.

Syntax

HRESULT StdMatrixFilter([in]  IXC_StandartMatrixfilters  nFilter);

Parameters

nFilter
[in] Defines which specific filter will be applied. This could be one of the following value of IXC_StandartMatrixfilters.

Return Value

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

See Also

IIXC_Page
IIXC_Page::FilterMedian
IIXC_Page::FilterMosaic
IIXC_Page::FilterNoise
IIXC_Page::TableFilter