Spread for ASP.NET 10 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 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

PrintInfo Class
PrintInfo Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.