TiffFrame Constructor (Stream, TiffOptions) |
Initializes a new instance of the
TiffFrame class.
Namespace: Aspose.Imaging.FileFormats.TiffAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic TiffFrame(
Stream stream,
TiffOptions options
)
Public Sub New (
stream As Stream,
options As TiffOptions
)
public:
TiffFrame(
Stream^ stream,
TiffOptions^ options
)
new :
stream : Stream *
options : TiffOptions -> TiffFrame
Parameters
- stream
- Type: System.IOStream
The stream to load an image from and initialize frame pixel and palette data with. - options
- Type: Aspose.Imaging.ImageOptionsTiffOptions
The options to use for the newly created frame.
See Also