JpegToPdfPageEventArgsStream Property |
Gets the stream that contains the JPEG image being translated.
Namespace:
Atalasoft.Imaging.Codec.Pdf
Assembly:
Atalasoft.dotImage.Pdf (in Atalasoft.dotImage.Pdf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public Stream Stream { get; }
Public ReadOnly Property Stream As Stream
Get
Property Value
Type:
StreamRemarks
The Position of the stream will be 0. If any stream access is done, the
Position must be returned to 0.
See Also