 | PdfImageObjectStream Property |
Get the stream contains image data.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PdfTypeStream Stream { get; }
Public ReadOnly Property Stream As PdfTypeStream
Get
public:
property PdfTypeStream^ Stream {
PdfTypeStream^ get ();
}
member Stream : PdfTypeStream with get
/** @property */
public PdfTypeStream get_Stream()
Property Value
PdfTypeStream
See Also