Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PageContentStream Class / PageContentStream Constructor
The GcPdfDocument owning this object.

In This Topic
    PageContentStream Constructor
    In This Topic
    Initializes a new instance of the PageContentStream class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal doc As GcPdfDocument _
    )
    public PageContentStream( 
       GcPdfDocument doc
    )

    Parameters

    doc
    The GcPdfDocument owning this object.
    See Also