'Declaration
Public Function New( _ ByVal stream As Stream, _ ByVal frameIndex As Integer _ )
'Usage
Dim stream As Stream Dim frameIndex As Integer Dim instance As New PdfTiffImage(stream, frameIndex)
public PdfTiffImage( Stream stream, int frameIndex )
public: PdfTiffImage( Stream^ stream, int frameIndex )
Parameters
- stream
- TIFF stream.
- frameIndex
- TIFF frame to use for creating the image.