Public ReadOnly Property RequiredHeight As Integer
Dim instance As WriterBase Dim value As Integer value = instance.RequiredHeight
public int RequiredHeight {get;}
Public ReadOnly Property RequiredHeight As Integer
Dim instance As WriterBase Dim value As Integer value = instance.RequiredHeight
public int RequiredHeight {get;}
The required height is the sum of the minimum bar height + 2 * vertical spacing + the space required for the text (if displayed).
This is the required height given the input parameters to create a barcode image. It is only valid after trying to make the barcode.