Share via


IBarcodeGenerator.GetBarcodeValueAndImage method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.RecordsManagement.PolicyFeatures
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Sub GetBarcodeValueAndImage ( _
    spListItem As SPListItem, _
    <OutAttribute> ByRef strValue As String, _
    <OutAttribute> ByRef imBarcode As Image _
)
'Usage
Dim instance As IBarcodeGenerator
Dim spListItem As SPListItem
Dim strValue As String
Dim imBarcode As Image

instance.GetBarcodeValueAndImage(spListItem, _
    strValue, imBarcode)
void GetBarcodeValueAndImage(
    SPListItem spListItem,
    out string strValue,
    out Image imBarcode
)

Parameters

See also

Reference

IBarcodeGenerator interface

IBarcodeGenerator members

Microsoft.Office.RecordsManagement.PolicyFeatures namespace