PrintQueue::SeparatorFile Property

 

Gets or sets the path and file name of a file that is inserted at the beginning of each print job.

Namespace:   System.Printing
Assembly:  System.Printing (in System.Printing.dll)

public:
property String^ SeparatorFile {
	virtual String^ get();
	virtual void set(String^ value);
}

Property Value

Type: System::String^

The path and file name of the separator file.

This is normally a single-page file used to make it easier to separate the output of different print jobs.

.NET Framework
Available since 3.0
Return to top
Show: