BarcodeGenerator.GetBarcodeImage 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.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
Type: Microsoft.SharePoint.SPListItem..
strValue
Type: System.String..
Return Value
Type: System.Drawing.Image
Implements
IBarcodeGenerator.GetBarcodeImage(SPListItem, String)