Spread for ASP.NET 8.0 Product Documentation
PrintInfo Constructor(PrintInfo)


PrintInfo object on which to base new object
Creates a new PrintInfo object based on the specified PrintInfo object.
Syntax
'Declaration
 
Public Function New( _
   ByVal pi As PrintInfo _
)
'Usage
 
Dim pi As PrintInfo
 
Dim instance As New PrintInfo(pi)
public PrintInfo( 
   PrintInfo pi
)

Parameters

pi
PrintInfo object on which to base new object
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

PrintInfo Class
PrintInfo Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.