'Declaration Public Property MinimumPageWidth As Integer
'Usage Dim instance As BorderRemovalOptions Dim value As Integer instance.MinimumPageWidth = value value = instance.MinimumPageWidth
public int MinimumPageWidth {get; set;}
'Declaration Public Property MinimumPageWidth As Integer
'Usage Dim instance As BorderRemovalOptions Dim value As Integer instance.MinimumPageWidth = value value = instance.MinimumPageWidth
public int MinimumPageWidth {get; set;}
The default value is 0.
Valid values are 0 to int.MaxValue.
Set this value as high as possible (while still being smaller than the page width) to insure best results.