Class ExtractedImageMetadata
- java.lang.Object
-
- io.scanbot.sdk.multipageimageextractor.ExtractedImageMetadata
-
public class ExtractedImageMetadata extends java.lang.ObjectThe metadata is taken from the PDF stream's dictionary, not from the image header inside the stream. In a well-formed PDF file, the image metadata encoded in the stream dictionary should be the same as the one encoded in the image header. This, however, is neither required nor checked and may not be true for an ill-formed PDF.
-
-
Constructor Summary
Constructors Constructor Description ExtractedImageMetadata(int height, int width)Constructs ExtractedImageMetadata with the given params.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHeight()Getter for height field.intgetWidth()Getter for width field.
-