'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 PdfXLTiffImage(stream, frameIndex)
public PdfXLTiffImage( Stream stream, int frameIndex )
public: PdfXLTiffImage( Stream^ stream, int frameIndex )
Parameters
- stream
- TIFF stream.
- frameIndex
- TIFF frame to use for creating the image.