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.Barcode.Generator (in Microsoft.Office.Policy.Barcode.Generator.dll)
Syntax
'Declaration
Public Sub GetBarcodeValueAndImage ( _
spListItem As SPListItem, _
<OutAttribute> ByRef strValue As String, _
<OutAttribute> ByRef imBarcode As Image _
)
'Usage
Dim instance As BarcodeGenerator
Dim spListItem As SPListItem
Dim strValue As String
Dim imBarcode As Image
instance.GetBarcodeValueAndImage(spListItem, _
strValue, imBarcode)
public 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..
Implements
IBarcodeGenerator.GetBarcodeValueAndImage(SPListItem, String, Image)