BarCodeHelperGetEAN13Html Method | Helper帮助文档 |
获取EAN13码Html字符串
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string GetEAN13Html( string s, int width, int height )
Public Shared Function GetEAN13Html ( s As String, width As Integer, height As Integer ) As String
public: static String^ GetEAN13Html( String^ s, int width, int height )
static member GetEAN13Html : s : string * width : int * height : int -> string
Parameters
- s
- Type: SystemString
转换的字符串 - width
- Type: SystemInt32
条码的宽度 - height
- Type: SystemInt32
条码的高度
Return Value
Type: String[Missing <returns> documentation for "M:HD.Common.BarCodeHelper.GetEAN13Html(System.String,System.Int32,System.Int32)"]
See Also