C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / DocumentPageLayouts Class
Properties Methods


DocumentPageLayouts Class Members

The following tables list the members exposed by DocumentPageLayouts.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the DocumentPageLayouts class.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the default PageLayout for the current document. The effective page layout for each page is determined by merging this layout with all other applicable layouts. The effective layout can be accessed via the C1PrintDocument.CurrentPageLayout property on the C1PrintDocument.  
Public PropertyGets or sets the PageLayout used for even pages of the current document.  
Public PropertyGets or sets the PageLayout used for the first page of the current document.  
Public PropertyGets the PageLayout of the specified PageLayoutKindEnum. Returns null if the specified kind of page layout has not been specified for the current DocumentPageLayouts.  
Public PropertyGets or sets the PageLayout used for the last page of the current document.  
Public PropertyGets or sets the PageLayout used for odd pages of the current document.  
Public PropertyGets the C1PrintDocument object that owns the current DocumentPageLayouts object.  
Public PropertyGets or sets a value indicating whether the page footer should print on the first page of the document. This property overrides other related properties when set to false. The default value is true.  
Public PropertyGets or sets a value indicating whether the page footer should print on the last page of the document. This property overrides other related properties when set to false. The default value is true.  
Public PropertyGets or sets a value indicating whether the page header should print on the first page of the document. This property overrides other related properties when set to false. The default value is true.  
Public PropertyGets or sets a value indicating whether the page header should print on the last page of the document. This property overrides other related properties when set to false. The default value is true.  
Public PropertyGets or sets a value indicating whether to suppress adding an empty page at the end of the document if the last object contains a page break after itself. The default value is false.  
Top
Public Methods
 NameDescription
Public MethodClears the current DocumentPageLayouts object.  
Top
See Also