Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Public Shared Sub GetBarcodeValueAndImage ( _
spListItem As SPListItem, _
<OutAttribute> ByRef strValue As String, _
<OutAttribute> ByRef imBarcode As Image _
)
'Usage
Dim spListItem As SPListItem
Dim strValue As String
Dim imBarcode As ImageBarcode.GetBarcodeValueAndImage(spListItem, _
strValue, imBarcode)
public static void GetBarcodeValueAndImage(
SPListItem spListItem,
out string strValue,
out Image imBarcode
)
Parameters
- spListItem
Type: Microsoft.SharePoint.SPListItem
- strValue
Type: System.String
- imBarcode
Type: System.Drawing.Image