PdfDictionaryPdfStream ClassTerminal Works - PDF Printing.Net Library
The PDF stream objects.
Inheritance Hierarchy

SystemObject
  PdfEdit.PdfPdfDictionaryPdfStream

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

public sealed class PdfStream

The PdfDictionaryPdfStream type exposes the following members.

Methods

  NameDescription
Public methodClone
Clones this stream by creating a deep copy.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the stream content as a raw string.
(Overrides ObjectToString.)
Public methodUnfilter
Tries to unfilter the bytes of the stream. If the stream is filtered and it isn't image type PDFEdit, the stream content is replaced by its unfiltered value. Otherwise the content remains untouched and the function returns false.
Top
Properties

  NameDescription
Public propertyLength
Gets the length of the stream, i.e. the actual number of bytes in the stream.
Public propertyValue
Get or sets the bytes of the stream as they are, i.e. if one or more filters exist the bytes are not unfiltered.
Top
See Also

Reference