In This Topic
Gets or sets whether row heights are adjusted to fit the tallest string height for printing.
Syntax
'Declaration
Public Property BestFitRows As Boolean
'Usage
Dim instance As PrintInfo
Dim value As Boolean
instance.BestFitRows = value
value = instance.BestFitRows
public bool BestFitRows {get; set;}
Example
This sets the properties for the PrintInfo class.
See Also