C#
VB
C++
Gets or sets the image quality factor.
[EntityElementAttribute()]
public Nullable<int> QualityFactor { get; set; }
<EntityElementAttribute()>
Public Property QualityFactor() As System.Nullable(Of Integer)
Get
Set
public:
[EntityElementAttribute]
property System::Nullable<int> QualityFactor
{
System::Nullable<int> get()
void set(System::Nullable<int> value)
}
A [System.Nullable1](https://msdn.microsoft.com/en-us/library/System.Nullable
1.aspx) representing the image quality factor to match against.
Set this value to null to ignore this field for all matching operations.
ReferencedImagesEntity Members
Leadtools.Medical.Storage.DataAccessLayer.MatchingParameters Namespace
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET