PrintDocument.AddPagesComplete Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that the application will not add more pages to the print list, and that the print list is ready to be released.
public:
virtual void AddPagesComplete() = AddPagesComplete;
void AddPagesComplete();
public void AddPagesComplete();
function addPagesComplete()
Public Sub AddPagesComplete ()