Gets and sets a value used to fine-tune the height of dots to remove.
Syntax
'Declaration
Public Property VerticalSizeAdjustment As Integer
'Usage
Dim instance As DotShadingRemovalOptions
Dim value As Integer
instance.VerticalSizeAdjustment = value
value = instance.VerticalSizeAdjustment
public int VerticalSizeAdjustment {get; set;}
public: __property int get_VerticalSizeAdjustment();
public: __property void set_VerticalSizeAdjustment(
int value
);
public:
property int VerticalSizeAdjustment {
int get();
void set ( int value);
}
See Also