'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 2,147,483,647.
Set this value as low as possible (while still being larger than the page width) to insure best results.