'Declaration
Public Function New( _ ByVal graphics As PdfGraphics _ )
'Usage
Dim graphics As PdfGraphics Dim instance As New PdfContentStream(graphics)
public PdfContentStream( PdfGraphics graphics )
public: PdfContentStream( PdfGraphics^ graphics )
Parameters
- graphics
- The PdfGraphics object associated with the content stream.