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 ProvisionBarcodeWithValue ( _
spListItem As SPListItem, _
fOverwrite As Boolean, _
ByRef strValue As String, _
<OutAttribute> ByRef imBarcode As Image _
)
'Usage
Dim spListItem As SPListItem
Dim fOverwrite As Boolean
Dim strValue As String
Dim imBarcode As ImageBarcode.ProvisionBarcodeWithValue(spListItem, _
fOverwrite, strValue, imBarcode)
public static void ProvisionBarcodeWithValue(
SPListItem spListItem,
bool fOverwrite,
ref string strValue,
out Image imBarcode
)
Parameters
- spListItem
Type: Microsoft.SharePoint.SPListItem
- fOverwrite
Type: System.Boolean
- strValue
Type: System.String
- imBarcode
Type: System.Drawing.Image