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