[]
Base abstract class for classes representing content streams in a GcPdfDocument.
public abstract class ContentStream : PdfDictWrapper, IPdfDict
Public MustInherit Class ContentStream
Inherits PdfDictWrapper
Implements IPdfDict
Name | Description |
---|---|
GetStream() | Gets the System.IO.Stream object containing the content of this ContentStream. It is the caller's responsibility to dispose the returned stream after usage. Important: this method returns null if the current ContentStream object is empty. |
HasContent() | Returns a value indicating whether this content stream is not empty, i.e. it contains some PDF operators. |
SetContent(MemoryStream, bool) | For internal use.
Sets the content of this ContentStream from the specified MemoryStream.
If |