Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / PageLayout Class / Kind Property

In This Topic
    Kind Property (PageLayout)
    In This Topic
    Gets the PageLayoutKindEnum associated with the current PageLayout in the document. If Document is null, PageLayoutKindEnum.None is returned.
    Syntax
    'Declaration
     
    Public ReadOnly Property Kind As PageLayoutKindEnum
    public PageLayoutKindEnum Kind {get;}
    See Also