Share via


BarcodeGenerator.GetBarcodeImage Method (Microsoft.Office.RecordsManagement.PolicyFeatures)

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.Barcode.Generator (in microsoft.office.policy.barcode.generator.dll)

Syntax

'Declaration
Public Function GetBarcodeImage ( _
    spListItem As SPListItem, _
    ByRef strValue As String _
) As Image
'Usage
Dim instance As BarcodeGenerator
Dim spListItem As SPListItem
Dim strValue As String
Dim returnValue As Image

returnValue = instance.GetBarcodeImage(spListItem, strValue)
public Image GetBarcodeImage (
    SPListItem spListItem,
    ref string strValue
)

Parameters

  • spListItem
    ..
  • strValue
    ..

See Also

Reference

BarcodeGenerator Class
BarcodeGenerator Members
Microsoft.Office.RecordsManagement.PolicyFeatures Namespace