In This Topic
Gets or sets whether to ignore spans when calculating best fit rows and columns.
Syntax
'Declaration
Public Property BestFitWithSpan As Boolean
'Usage
Dim instance As PrintInfo
Dim value As Boolean
instance.BestFitWithSpan = value
value = instance.BestFitWithSpan
public bool BestFitWithSpan {get; set;}
See Also