PdfDictionaryStream Property Terminal Works - PDF Printing.Net Library
Gets or sets the PDF stream belonging to this dictionary. Returns null if the dictionary has no stream. To create the stream, call the CreateStream function.

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

public PdfDictionaryPdfStream Stream { get; set; }

Property Value

Type: PdfDictionaryPdfStream
See Also

Reference