PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / AvailableBlockFlowHeight Property

In This Topic
    AvailableBlockFlowHeight Property (C1PrintDocument)
    In This Topic
    An amount of available vertical space in the block flow in the currently generating page area, value specified in the ResolvedUnit units. Returns -1 if document in not generating state.
    Syntax
    'Declaration
     
    Public ReadOnly Property AvailableBlockFlowHeight As Double
    public double AvailableBlockFlowHeight {get;}
    See Also