The recommended minimum height (in points) of the barcode given the current settings. It is possible to set the height smaller than the minimum height but then the content will be clipped.

Namespace: TallComponents.PDF.Layout.Shapes.Barcodes
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public abstract double MinimumHeight { get; }
Visual Basic
Public MustOverride ReadOnly Property MinimumHeight As Double
	Get

See Also