Aspose::Page::XPS::Presentation::Xps::TiffDataReader::IsTiff method

TiffDataReader::IsTiff method

Documentation for the format is in Aspose.Words\Doc.

static bool Aspose::Page::XPS::Presentation::Xps::TiffDataReader::IsTiff(System::ArrayPtr<uint8_t> data)
ParameterTypeDescription
dataSystem::ArrayPtr<uint8_t>The file data.

ReturnValue

true if the specified data is tiff; otherwise, false.

See Also