www.gnostice.com 

PrefProcessAfterEachPage

Top  Previous  Next

The PrefProcessAfterEachPage property is used to set the page processing schedule.

 

 

 

Syntax

 

 

[VC++]

BOOL GetPrefProcessAfterEachPage();

void SetPrefProcessAfterEachPage(BOOL bNewValue);

 

[C#]

public abstract new bool PrefProcessAfterEachPage [  get,  set ]

 

[VB]

Property PrefProcessAfterEachPage As Boolean

 

 

 

 

 

 

Remarks

 

 

If ProcessAfterEachPage is set to True, then page processing is done after end of each page. Otherwise, all the pages are processed together at the end. This is useful for saving memory space, especially when creating documents with thousands of pages.

 

 

 

 

Default Value

 

 

False