public int GapFill {get; set;}
public: __property int get_GapFill(); public: __property void set_GapFill( int value );
public: property int GapFill { int get(); void set ( int value); }
'Declaration Public Property GapFill As Integer
'Usage Dim instance As BlankPageDetectOptions Dim value As Integer instance.GapFill = value value = instance.GapFill
The default value is 5.
Valid values are 0 to (the larger of image width or height).
BlankPageDetectOptions Class BlankPageDetectOptions Members