'Declaration Public Property MaximumPageHeight As Integer
'Usage Dim instance As BorderRemovalOptions Dim value As Integer instance.MaximumPageHeight = value value = instance.MaximumPageHeight
public int MaximumPageHeight {get; set;}
'Declaration Public Property MaximumPageHeight As Integer
'Usage Dim instance As BorderRemovalOptions Dim value As Integer instance.MaximumPageHeight = value value = instance.MaximumPageHeight
public int MaximumPageHeight {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 height) to insure best results.