VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.QualityTests Namespace / ISO15415QualityTest Class / PrintGrowth Property
Syntax Remarks Requirements SeeAlso
In This Topic
    PrintGrowth Property (ISO15415QualityTest)
    In This Topic
    Gets a "Print Growth" assessment parameter, measured in fraction of a module.
    Syntax
    'Declaration
    
    Public ReadOnly Property PrintGrowth As QualityTestAssessmentParameter
    
    
    public QualityTestAssessmentParameter PrintGrowth { get; }
    
    
    public: __property QualityTestAssessmentParameter* get_PrintGrowth();
    
    
    
    public:
    property QualityTestAssessmentParameter^ PrintGrowth { QualityTestAssessmentParameter^ get(); }
    Remarks

    Print growth (PG) tests that the graphical features comprising the symbol have not grown or shrunk from its nominal state so much as to hinder readability with less favourable imaging conditions than the test condition. The print growth parameter, the extent to which dark or light markings appropriately fill their module boundaries, is an important indication of process quality which affects reading performance.

    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also