'Declaration <DescriptionAttribute("A value indicating whether the barcode image fits to the appearance rectangle.")> <CategoryAttribute("Appearance")> <DefaultValueAttribute(False)> Public Property FitBarcodeToAppearanceRect As Boolean
[Description("A value indicating whether the barcode image fits to the appearance rectangle.")] [Category("Appearance")] [DefaultValue(False)] public bool FitBarcodeToAppearanceRect { get; set; }
[Description("A value indicating whether the barcode image fits to the appearance rectangle.")] [Category("Appearance")] [DefaultValue(False)] public: __property bool get_FitBarcodeToAppearanceRect(); public: __property void set_FitBarcodeToAppearanceRect(
bool value
);
[Description("A value indicating whether the barcode image fits to the appearance rectangle.")] [Category("Appearance")] [DefaultValue(False)] public:
property bool FitBarcodeToAppearanceRect { bool get(); void set(bool value); }