BigTiffImage.BigTiffImage

BigTiffImage(TiffFrame)

Create a new instance of the BigTiffImage class by initializing it with a TiffFrame parameter. Ideal for developers seeking a convenient way to work with BigTiffImage objects, ensuring flexibility and ease of integration into their projects.

public BigTiffImage(TiffFrame frame)
ParameterTypeDescription
frameTiffFrameThe tiff frame to initialize image with.

Exceptions

exceptioncondition
ArgumentNullException

See Also


BigTiffImage(TiffFrame[])

Begin utilizing the BigTiffImage class seamlessly by initializing a new instance with a list of TiffFrames parameter. Perfect for developers seeking a straightforward method to work with BigTiffImage objects containing multiple frames, ensuring efficiency of their projects.

public BigTiffImage(TiffFrame[] frames)
ParameterTypeDescription
framesTiffFrame[]The frames.

Exceptions

exceptioncondition
ArgumentNullExceptionframes

See Also