[]
Gets or sets a value indicating on which page the content should start after the page break.
public StartNewPage NewPage { get; set; }
Type | Description |
---|---|
StartNewPage | A StartNewPage value indicating the page on which to start the content after the page break. |
Container container = new Container();
container.NewPage = StartNewPage.After;