Leadtools.Barcode名前空間 > GS1DatabarStackedBarcodeWriteOptionsクラス :UseXModuleプロパティ |
[DisplayNameAttribute("Use XModule")] [DefaultValueAttribute()] [DescriptionAttribute("If true, use XModule. Otherwise, the size of the barcode will be calculated to fit the bounds.")] [CategoryAttribute(" Size")] public bool UseXModule {get; set;}
'Declaration
<DisplayNameAttribute("Use XModule")> <DefaultValueAttribute()> <DescriptionAttribute("If true, use XModule. Otherwise, the size of the barcode will be calculated to fit the bounds.")> <CategoryAttribute(" Size")> Public Property UseXModule As Boolean
'Usage
Dim instance As GS1DatabarStackedBarcodeWriteOptions Dim value As Boolean instance.UseXModule = value value = instance.UseXModule
[DisplayNameAttribute("Use XModule")] [DefaultValueAttribute()] [DescriptionAttribute("If true, use XModule. Otherwise, the size of the barcode will be calculated to fit the bounds.")] [CategoryAttribute(" Size")] public bool UseXModule {get; set;}
@property (nonatomic, assign) BOOL useXModule
public boolean getUseXModule() public void setUseXModule(boolean value)
DisplayNameAttribute("Use XModule") DefaultValueAttribute() DescriptionAttribute("If true, use XModule. Otherwise, the size of the barcode will be calculated to fit the bounds.") CategoryAttribute(" Size") <br/>get_UseXModule();<br/>set_UseXModule(value);<br/>Object.defineProperty('UseXModule');
[DisplayNameAttribute("Use XModule")] [DefaultValueAttribute()] [DescriptionAttribute("If true, use XModule. Otherwise, the size of the barcode will be calculated to fit the bounds.")] [CategoryAttribute(" Size")] public: property bool UseXModule { bool get(); void set ( bool value); }
UseXModuleの値がfalseに設定されるとき、そして最も小さなモジュールサイズはバーコードデータ(BarcodeData.Bounds)のサイズから計算されます。
UseXModuleの値がtrueに設定されるとき、そして最も小さなモジュールサイズはXModuleで設定されます、そして、バーコードデータサイズが「クリッピング」境界として使われるかもしれません。
詳細については、「バーコードの書き込み―四角形とXModule」を参照してください。
サンプルのために、参照しますGS1DatabarStackedBarcodeWriteOptions。