ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / DocumentProperties Method

In This Topic
    DocumentProperties Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function DocumentProperties( _
       ByVal hWnd As System.IntPtr, _
       ByVal hPrinter As System.IntPtr, _
       ByVal pDeviceName As System.String, _
       ByVal pDevModeOutput As System.IntPtr, _
       ByVal pDevModeInput As System.IntPtr, _
       ByVal fMode As System.Integer _
    ) As System.Integer
    public static System.int DocumentProperties( 
       System.IntPtr hWnd,
       System.IntPtr hPrinter,
       System.string pDeviceName,
       System.IntPtr pDevModeOutput,
       System.IntPtr pDevModeInput,
       System.int fMode
    )

    Parameters

    hWnd
    hPrinter
    pDeviceName
    pDevModeOutput
    pDevModeInput
    fMode
    See Also