Name | Description | |
---|---|---|
![]() | PdfStream | Initializes a new instance of the PdfStream class. |
Name | Description | |
---|---|---|
![]() | Compression | Gets the compression of this stream. |
![]() | Dictionary | Gets the dictionary of this stream. |
![]() | Document | Gets the PDF document that contains this basic object. (Inherited from PdfCompoundBasicObject) |
![]() | IsChanged | Gets a value indicating whether this object is changed. (Inherited from PdfCompoundBasicObject) |
![]() | Length | Gets the length of the compressed stream. |
![]() | ObjectType | Gets the type of the object. |
Name | Description | |
---|---|---|
![]() | GetAsMemoryStream | Returns a memory stream that contains decoded data. |
![]() | GetAsStream | Returns a stream that provides read-only serial access to decoded data. |
![]() | GetBytes | Returns the bytes of this stream. |
![]() | GetParentPdfObject | Returns the parent PDF object of this basic object. (Inherited from PdfBasicObject) |
![]() | SetBytes | Sets the bytes of this stream. |
![]() | SetStream | Sets the stream as source of this PDF stream. |