Gets and sets the maximum width or height (in pixels) of specks present
in the interior (page) portion of the image.
Syntax
public int PageSpeckSize {get; set;}
public: __property int get_PageSpeckSize();
public: __property void set_PageSpeckSize(
int value
);
public:
property int PageSpeckSize {
int get();
void set ( int value);
}
'Declaration
Public Property PageSpeckSize As Integer
'Usage
Dim instance As BorderRemovalOptions
Dim value As Integer
instance.PageSpeckSize = value
value = instance.PageSpeckSize
See Also