
Gets or sets the section's formatting attributes. The property's value is an object of the type SectionFormat which defines the page size and the page margins.
[C#]
public SectionFormat Format { get; set; }
[Visual Basic]
Public Property Format() As SectionFormat