Class DjvuRaster
- Namespace
- Aspose.Imaging.FileFormats.Djvu
- Assembly
- Aspose.Imaging.dll
Class for representing Djvu raster image where located result of some operation
public sealed class DjvuRaster : RasterCachedImage, IDisposable, IObjectWithBounds, IRasterImageArgb32PixelLoader, IRasterImageRawDataLoader, IHasXmpData, IHasMetadata
- Inheritance
-
DjvuRaster
- Implements
- Inherited Members
Properties
BitsPerPixel
Gets the image bits per pixel count.
public override int BitsPerPixel { get; }
Property Value
- int
The image bits per pixel count.
Height
Gets the height.
public override int Height { get; }
Property Value
- int
The height.
Length
Gets the length.
public int Length { get; }
Property Value
- int
The length.
Width
Gets the width.
public override int Width { get; }
Property Value
- int
The width.
Methods
SaveData(Stream)
protected override void SaveData(Stream stream)
Parameters
stream
Stream
UpdateDimensions(int, int)
protected override void UpdateDimensions(int newWidth, int newHeight)