combit List & Label 29 - .NET Help
combit.Reporting.Dom Namespace / TableFieldRtf Class / FixedHeight Property


In This Topic
    FixedHeight Property (TableFieldRtf)
    In This Topic
    Gets or sets a fixed height (in SCM units, 1/1000 mm) for the field. A value of "0" means that no fixed height is to be used, i.e. the field will be fully printed and the table line will grow accordingly. Otherwise, all content exceeding the fixed height will be clipped.
    Syntax
    'Declaration
     
    
    Public Property FixedHeight As String
    public string FixedHeight {get; set;}
    public:
    property String^ FixedHeight {
       String^ get();
       void set (    String^ 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