The PDF stream objects.
Inheritance Hierarchy
PdfEdit.PdfPdfDictionaryPdfStream
Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
The PdfDictionaryPdfStream type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clone |
Clones this stream by creating a deep copy.
| |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString |
Returns the stream content as a raw string.
(Overrides ObjectToString.) | |
Unfilter |
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.
|
Properties
Name | Description | |
---|---|---|
Length |
Gets the length of the stream, i.e. the actual number of bytes in the stream.
| |
Value |
Get or sets the bytes of the stream as they are, i.e. if one or more filters exist the bytes are
not unfiltered.
|
See Also