PrintSystemObject::Refresh Method ()
.NET Framework (current version)
When overridden in a derived class, updates the properties of an object of the derived class so that its values match the values of the actual software or hardware component that the object represents.
Assembly: System.Printing (in System.Printing.dll)
Any changes that you have made to the properties of an object of the derived class may be lost when the Refresh of the derived class executes. The loss will occur if the changes have not yet been written to the actual software or hardware component, by using the derived class' implementation of Commit.
.NET Framework
Available since 3.0
Available since 3.0
Show: