SaveAsCapturedFile Property
In This Topic
Specifies whether the save the requested page or file as a Captured File in the job history.
Syntax
'Declaration
Public Property SaveAsCapturedFile As Boolean
public bool SaveAsCapturedFile {get; set;}
public:
property bool SaveAsCapturedFile {
bool get();
void set ( bool value);
}
See Also