'宣言 Public Function GetMetrics( _ ByVal text As System.String, _ ByVal codeType As GrapeCity.Documents.Barcode.CodeType _ ) As BarcodeExRenderer.BarcodeMetrics
'使用法 Dim instance As BarcodeExRenderer Dim text As System.String Dim codeType As GrapeCity.Documents.Barcode.CodeType Dim value As BarcodeExRenderer.BarcodeMetrics value = instance.GetMetrics(text, codeType)
public BarcodeExRenderer.BarcodeMetrics GetMetrics( System.string text, GrapeCity.Documents.Barcode.CodeType codeType )
パラメータ
- text
- The barcode text.
- codeType
- The barcode type.
戻り値の型
The metrics of barcode, units are pixels of C1.Document.Util.C1Graphics.