BarCode for UWP/WinRT
SplitBarcodesBounds メソッド

レポート項目のコンテンツ領域内で2つのバーコードの最適なサイズを 決定します。
構文
'宣言
 
Private Sub SplitBarcodesBounds( _
   ByVal barcodeData As System.String, _
   ByVal supplementBarcodeData As System.String, _
   ByVal barcodeBounds As Windows.Foundation.Rect, _
   ByRef mainBounds As Windows.Foundation.Rect, _
   ByRef supplementBounds As Windows.Foundation.Rect _
) 
private void SplitBarcodesBounds( 
   System.string barcodeData,
   System.string supplementBarcodeData,
   Windows.Foundation.Rect barcodeBounds,
   out Windows.Foundation.Rect mainBounds,
   out Windows.Foundation.Rect supplementBounds
)

パラメータ

barcodeData
supplementBarcodeData
barcodeBounds
mainBounds
supplementBounds
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1BarCode クラス
C1BarCode メンバ

Send Feedback