Gets and sets the minimum horizontal length of the shortest run of black pixels
along the left or right edge of an inverse zone.
Syntax
public int MinimumBlankOnEdges {get; set;}
public: __property int get_MinimumBlankOnEdges();
public: __property void set_MinimumBlankOnEdges(
int value
);
public:
property int MinimumBlankOnEdges {
int get();
void set ( int value);
}
'Declaration
Public Property MinimumBlankOnEdges As Integer
'Usage
Dim instance As InverseTextOptions
Dim value As Integer
instance.MinimumBlankOnEdges = value
value = instance.MinimumBlankOnEdges
See Also