Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / PrintControl Class / PrintControl Constructor
The native pointer.

In This Topic
    PrintControl Constructor
    In This Topic
    Initializes a new instance of the PrintControl class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal nativePtr As System.IntPtr _
    )
    public PrintControl( 
       System.IntPtr nativePtr
    )

    Parameters

    nativePtr
    The native pointer.
    See Also