InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 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 IntPtr, _
       ByVal hPrinter As IntPtr, _
       ByVal pDeviceName As String, _
       ByVal pDevModeOutput As IntPtr, _
       ByVal pDevModeInput As IntPtr, _
       ByVal fMode As Integer _
    ) As Integer
    public static int DocumentProperties( 
       IntPtr hWnd,
       IntPtr hPrinter,
       string pDeviceName,
       IntPtr pDevModeOutput,
       IntPtr pDevModeInput,
       int fMode
    )

    Parameters

    hWnd
    hPrinter
    pDeviceName
    pDevModeOutput
    pDevModeInput
    fMode
    See Also