Aspose::Page::XPS::Presentation::Xps::TiffDataReader class
Contents
[
Hide
]TiffDataReader class
Class is used to read data from TIFF image file directory (IFD). It helps to read TIFF resolution and check TIFF conformance.
class TiffDataReader : public System::Object
Methods
| Method | Description |
|---|---|
| get_ImageHeight() | Returns Tiff image height. If height is 0, returns default value (100). |
| get_ImageWidth() | Returns Tiff image width. If width is 0, returns default value (100). |
| get_ImageXResolution() const | Returns Tiff image X resolution. |
| get_ImageYResolution() const | Returns Tiff image Y resolution. |
| get_IsConformXpsSpecification() | Returns true if TIFF image conforms XPS specification and can be inserted into XPS document as is. |
| static IsTiff(System::ArrayPtr<uint8_t>) | Documentation for the format is in Aspose.Words\Doc. |
| TiffDataReader(System::ArrayPtr<uint8_t>) | Initializes a new instance of the TiffDataReader class. |
| TiffDataReader(System::SharedPtr<Foundation::BigEndianBinaryReader>) | Initializes a new instance of the TiffDataReader class. |
See Also
- Class Object
- Namespace Aspose::Page::XPS::Presentation::Xps
- Library Aspose.Page for C++