PdfStreamInfo Class Members
In This Topic
The following tables list the members exposed by PdfStreamInfo.
Public Fields
| Name | Description |
| ImageFilterDecodeParams | The "DecodeParms" PDF dictionary containing additional parameters for the image filter. |
| ImageFilterName | The name of the image filter that should be used to decode the stream. |
| Length | The length of the PDF stream as specified by the "Length" entry. |
Top
Public Properties
| Name | Description |
| Stream | Gets the underlying System.IO.Stream object. It will be disposed when this object is disposed. |
Top
Public Methods
See Also