The maximum mis-registration allowed, in pixels of deviation from proper registration.
Syntax
'Declaration
Public Property AllowableMisRegistration As Integer
'Usage
Dim instance As DropOutProcessor
Dim value As Integer
instance.AllowableMisRegistration = value
value = instance.AllowableMisRegistration
public int AllowableMisRegistration {get; set;}
public: __property int get_AllowableMisRegistration();
public: __property void set_AllowableMisRegistration(
int value
);
public:
property int AllowableMisRegistration {
int get();
void set ( int value);
}
See Also