Represents the standard page layouts used in a C1PrintDocument (such as the default page layout, page layout used for first and last pages, and so on).

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[DefaultMemberAttribute("Item")]
public class DocumentPageLayouts : IEnumerable
Visual Basic
<DefaultMemberAttribute("Item")> _
Public Class DocumentPageLayouts _
	Implements IEnumerable

Inheritance Hierarchy

System..::..Object
  C1.C1Preview..::..DocumentPageLayouts

See Also