public final class DjvuFormat extends ImageFormat
Represents DjVu image format.
GroupDocs.Metadata.Formats.Image.ImageFormat
Constructor and Description |
---|
DjvuFormat(InputStream input)
Initializes a new instance of the
DjvuFormat class. |
DjvuFormat(String fileName)
Initializes a new instance of the
DjvuFormat class. |
Modifier and Type | Method and Description |
---|---|
void |
cleanMetadata()
Removes metadata.
|
int |
getType()
Gets document type.
|
fromFile, fromFile, fromStream, getByteOrder, getHeight, getWidth
close, dispose, dispose, getMetadata, getMIMEType, readByMetadataKey, save, save, save
public DjvuFormat(String fileName)
Initializes a new instance of the DjvuFormat
class.
fileName
- Absolute path to the file.public DjvuFormat(InputStream input)
Initializes a new instance of the DjvuFormat
class.
input
- File stream.public int getType()
Gets document type.
getType
in class FormatBase
public void cleanMetadata()
Removes metadata. Not supported for current format.
cleanMetadata
in class ImageFormat
Copyright © 2019. All rights reserved.