Pdf |
The PdfStream type exposes the following members.
Name | Description | |
---|---|---|
DecodedLength | (Optional; PDF 1.5) A non-negative Int32 representing the number of bytes in the decoded (defiltered) PdfStream. It can be used to determine, for example, whether enough disk space is available to write a PdfStream to a file. This value shall be considered a hint only; for some stream filters, it may not be possible to determine this value precisely. | |
Dictionary | Gets the stream's dictionary. | |
Filters | Gets the filters applied to this PdfStream. | |
Indirect |
Gets the PdfIndirectObject if this PdfBasicContainer is
Value or otherwise.
(Inherited from PdfBasicContainer) | |
IsReadOnly |
Gets a value indicating whether the PdfBasicContainer and all of its descendants are read-only.
(Inherited from PdfBasicContainer) | |
Length | (Required) The number of bytes from the beginning of the line following the keyword stream to the last byte just before the keyword endstream. (There may be an additional EOL marker, preceding endstream, that is not included in the count and is not logically part of the stream data.) See 7.3.8.2, "Stream Extent", for further discussion. | |
ObjectType |
Gets the Stream value.
(Overrides PdfBasicObjectObjectType) |
Name | Description | |
---|---|---|
Clone(Boolean) | Makes a deep clone of the PdfStream with optionally cloning descendant PdfIndirectObjects. | |
Clone(FuncPdfIndirectObject, PdfBasicObject) | Makes a deep clone of the PdfStream with parameter that controls the cloning of PdfIndirectObjects. | |
Create | Creates a new instance of the PdfStream class. | |
Equals |
Determines whether the specified Object is equal to this PdfBasicContainer instance.
(Inherited from PdfBasicContainer) | |
GetHashCode |
Returns a hash code for this PdfBasicContainer instance.
(Inherited from PdfBasicContainer) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
Open | Opens this PdfStream so its data can be accessed. | |
ToString |
Returns a String that represents this PdfStream instance.
(Overrides PdfBasicObjectToString) |