Show / Hide Table of Contents

Enum AddPageAction

Specifies an action that will be performed on PreparedPages.AddPage method call.

Namespace: FastReport.Preview
Assembly: FastReport.OpenSource.dll
Syntax
public enum AddPageAction

Fields

Name Description
Add

Add the new prepared page.

WriteOver

Do not add the new prepared page if possible, increment the CurPage instead.

Back to top Generated by DocFX