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