PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / PageLayout Class
Properties Methods


In This Topic
    PageLayout Class Members
    In This Topic

    The following tables list the members exposed by PageLayout.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the collection of PageColumnDef objects associated with the current page layout. Note that accessing this property initializes the collection of column definitions if it has not been initialized yet. Use HasColumns to test whether any columns have been defined on this layout.  
    Public PropertyGets the C1PrintDocument containing the current object.  
    Public PropertyGets or sets a value indicating whether the Columns collection on the current page layout has been initialized and is not empty.  
    Public PropertyGets the PageLayoutKindEnum associated with the current PageLayout in the document. If Document is null, PageLayoutKindEnum.None is returned.  
    Public PropertyGets or sets the overlay associated with the current page layout.  
    Public PropertyGets or sets the page footer associated with the current page layout.  
    Public PropertyGets or sets the page header associated with the current page layout.  
    Public PropertyGets or sets the C1PageSettings object associated with the current page layout.  
    Public PropertyGets or sets the watermark associated with the current page layout.  
    Top
    Public Methods
     NameDescription
    Public MethodAssigns (copies) properties from another PageLayout to the current object. All nested objects (render objects, page settings etc.) are cloned.  
    Public MethodClears the current PageLayout object.  
    Public MethodCreates a copy of the current PageLayout object. All nested objects (render objects, page settings etc.) are cloned on the new object.  
    Top
    Protected Methods
     NameDescription
    Protected MethodIndicates whether the Columns property should be serialized.  
    Top
    See Also