SWFSaveOptions.SaveForegroundPagesOnly

SWFSaveOptions.SaveForegroundPagesOnly property

Specifies whether all pages will be saved in image or only foreground.

public bool SaveForegroundPagesOnly { get; set; }

Remarks

If true - rendered only foreground pages(with background if present). If false - rendered foreground pages(with background if present) after that empty background pages. Can return true only when PageCount > 1. The default value is false.

See Also