ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / PTConvertDevModeToPrintTicket Method

In This Topic
    PTConvertDevModeToPrintTicket Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function PTConvertDevModeToPrintTicket( _
       ByVal hProvider As System.IntPtr, _
       ByVal cbDevmode As System.Integer, _
       ByVal devMode As System.IntPtr, _
       ByVal scope As System.Integer, _
       ByVal printTicket As System.IntPtr _
    ) As System.Integer
    public static System.int PTConvertDevModeToPrintTicket( 
       System.IntPtr hProvider,
       System.int cbDevmode,
       System.IntPtr devMode,
       System.int scope,
       System.IntPtr printTicket
    )

    Parameters

    hProvider
    cbDevmode
    devMode
    scope
    printTicket
    See Also