PdfDictionaryCreateStream Method Terminal Works - PDF Printing.Net Library
Creates the stream of this dictionary and initializes it with the specified byte array. The function must not be called if the dictionary already has a stream.

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public PdfDictionaryPdfStream CreateStream(
	byte[] value
)

Parameters

value
Type: SystemByte

Return Value

Type: PdfDictionaryPdfStream
See Also

Reference