PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / RenderImage Class / CanSplitHorz Property

In This Topic
    CanSplitHorz Property (RenderImage)
    In This Topic
    Indicates whether the object can be split horizontally if it falls on a page break.
    Syntax
    'Declaration
     
    Public Property CanSplitHorz As Boolean
    public bool CanSplitHorz {get; set;}
    See Also