combit List & Label 29 - .NET Help
combit.Reporting Namespace / GetFieldHeightInformationEventArgs Class / IdealHeight Property


In This Topic
    IdealHeight Property
    In This Topic
    Returns the initially available height of the defined List & Label units for the print (see Unit Property). You can control when the Designer object has to make a page break on one page e.g. if the part to print is smaller than the actual size available so that List & Label can make a page break at the correct position.
    Syntax
    'Declaration
     
    
    Public Property IdealHeight As Integer
    public int IdealHeight {get; set;}
    public:
    property int IdealHeight {
       int get();
       void set (    int value);
    }
    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also