Share via


ISPConversionProcessor.PostProcess Method

Provides customization of file content after it has been sent to the document converter.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Sub PostProcess ( _
    request As SPExecutingConversionRequest, _
    result As CreateDCInfo, _
    <OutAttribute> ByRef runDefaultPostProcessing As Boolean _
)
'Usage
Dim instance As ISPConversionProcessor
Dim request As SPExecutingConversionRequest
Dim result As CreateDCInfo
Dim runDefaultPostProcessing As Boolean

instance.PostProcess(request, result, _
    runDefaultPostProcessing)
void PostProcess(
    SPExecutingConversionRequest request,
    CreateDCInfo result,
    out bool runDefaultPostProcessing
)

Parameters

  • runDefaultPostProcessing
    Type: System.Boolean

    A Boolean value that specifies whether the conversion framework will continue processing, i.e., whether to save the resulting Byte array in a file. If not, it is assumed that the PostProcess method has consumed the contents of the Byte array.

See Also

Reference

ISPConversionProcessor Interface

ISPConversionProcessor Members

Microsoft.SharePoint Namespace