'Declaration <System.ComponentModel.DefaultValueAttribute()> Public Property BestFitRows As System.Boolean
'Usage Dim instance As PrintInfo Dim value As System.Boolean instance.BestFitRows = value value = instance.BestFitRows
[System.ComponentModel.DefaultValue()] public System.bool BestFitRows {get; set;}
Property Value
true
if the row heights are adjusted to fit the tallest text for printing; otherwise, false
. The default value is false
.