ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / PrintControl Class / AddPage Method / AddPage(CommandList,Size2F,ComStream) Method

In This Topic
    AddPage(CommandList,Size2F,ComStream) Method
    In This Topic
    Converts Direct2D primitives in the passed-in command list into a fixed page representation for use by the print subsystem.
    Syntax
    'Declaration
     
    Public Overloads Sub AddPage( _
       ByVal commandList As CommandList, _
       ByVal pageSize As Size2F, _
       ByVal pagePrintTicketStream As ComStream _
    ) 
    public void AddPage( 
       CommandList commandList,
       Size2F pageSize,
       ComStream pagePrintTicketStream
    )

    Parameters

    commandList
    pageSize
    pagePrintTicketStream
    See Also