Aspose::Page::XPS::Presentation::Xps::TiffDataReader::TiffDataReader constructor

TiffDataReader::TiffDataReader(System::ArrayPtr<uint8_t>) constructor

Initializes a new instance of the TiffDataReader class.

Aspose::Page::XPS::Presentation::Xps::TiffDataReader::TiffDataReader(System::ArrayPtr<uint8_t> imageBytes)
ParameterTypeDescription
imageBytesSystem::ArrayPtr<uint8_t>The image bytes.

See Also

TiffDataReader::TiffDataReader(System::SharedPtr<Foundation::BigEndianBinaryReader>) constructor

Initializes a new instance of the TiffDataReader class.

Aspose::Page::XPS::Presentation::Xps::TiffDataReader::TiffDataReader(System::SharedPtr<Foundation::BigEndianBinaryReader> reader)
ParameterTypeDescription
readerSystem::SharedPtr<Foundation::BigEndianBinaryReader>The reader.

See Also