PrintSaveOptions.SaveForegroundPagesOnly

PrintSaveOptions.SaveForegroundPagesOnly property

Specifies whether all pages will be printed or only foreground.

public bool SaveForegroundPagesOnly { get; set; }

Remarks

If true - printed only foreground pages(with background if present). If false - printed 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