Méthode | Description | |
---|---|---|
BuildBitmap ( |
||
BuildImage ( int subsample = 1 ) : System.Drawing.System.Drawing.Bitmap |
Gets the image for the page
|
|
BuildPageImage ( ) : System.Drawing.System.Drawing.Bitmap |
Gets a complete image for the page
|
|
ClearImage ( ) : void |
Clears the stored image from memory
|
|
DjvuPage ( int pageNumber, DjvuDocument document, DjvuNet.DataChunks.Directory.DirmComponent header, DjvuNet.DataChunks.TH44Chunk thumbnail, DjviChunk includedItems, DjvuNet.DataChunks.FormChunk form ) : System | ||
ExtractThumbnailImage ( ) : System.Drawing.System.Drawing.Bitmap |
Extracts a thumbnail image for the page
|
|
GetBgPixmap ( DjvuNet.Graphics.Rectangle rect, int subsample, double gamma, DjvuNet.Graphics.PixelMap retval ) : DjvuNet.Graphics.PixelMap |
Gets the background pixmap
|
|
GetBitmap ( DjvuNet.Graphics.Rectangle rect, int subsample, int align, DjvuNet.Graphics.Bitmap retval ) : DjvuNet.Graphics.Bitmap | ||
GetBitmapList ( DjvuNet.Graphics.Rectangle rect, int subsample, int align, List |
||
GetMap ( DjvuNet.Graphics.Rectangle segment, int subsample, DjvuNet.Graphics.Map retval ) : DjvuNet.Graphics.Map | ||
GetPixelMap ( DjvuNet.Graphics.Rectangle rect, int subsample, double gamma, DjvuNet.Graphics.PixelMap retval ) : DjvuNet.Graphics.PixelMap | ||
GetTextForLocation ( |
Gets the text for the rectangle location
|
|
Preload ( ) : void |
Preloads the page
|
|
ResizeImage ( System srcImage, int newWidth, int newHeight ) : System.Drawing.System.Drawing.Bitmap |
Resizes the image to the new dimensions
|
|
ResizeImage ( int newWidth, int newHeight ) : System.Drawing.System.Drawing.Bitmap |
Resizes the pages image to the new dimensions
|
Méthode | Description | |
---|---|---|
ComputeRed ( int w, int h, int rw, int rh ) : int | ||
ConvertDataToImage ( int pixels ) : System.Drawing.System.Drawing.Bitmap |
Converts the pixel data to a bitmap image
|
|
CreateBlankImage ( |
Creates a blank image with the given color
|
|
GetBackgroundImage ( int subsample, bool resizeImage = false ) : System.Drawing.System.Drawing.Bitmap |
Gets the background image for the page
|
|
GetForegroundImage ( int subsample, bool resizeImage = false ) : System.Drawing.System.Drawing.Bitmap |
Gets the foreground image for the page
|
|
GetPixelSize ( |
Gets the pixel size for the pixel data
|
|
GetTextImage ( int subsample, bool resizeImage = false ) : System.Drawing.System.Drawing.Bitmap | ||
InvertColor ( int color ) : int |
Inverts the color value
|
|
InvertColor ( uint color ) : uint |
Inverts the color value
|
|
InvertImage ( System invertImage ) : System.Drawing.System.Drawing.Bitmap | ||
IsLegalBilevel ( ) : bool | ||
IsLegalCompound ( ) : bool | ||
Stencil ( DjvuNet.Graphics.PixelMap pm, |
public BuildBitmap ( |
||
rect | ||
subsample | int | |
align | int | |
retVal | ||
Résultat | Graphics.System.Drawing.Bitmap |
public BuildImage ( int subsample = 1 ) : System.Drawing.System.Drawing.Bitmap | ||
subsample | int | |
Résultat | System.Drawing.System.Drawing.Bitmap |
public BuildPageImage ( ) : System.Drawing.System.Drawing.Bitmap | ||
Résultat | System.Drawing.System.Drawing.Bitmap |
public DjvuPage ( int pageNumber, DjvuDocument document, DjvuNet.DataChunks.Directory.DirmComponent header, DjvuNet.DataChunks.TH44Chunk thumbnail, DjviChunk includedItems, DjvuNet.DataChunks.FormChunk form ) : System | ||
pageNumber | int | |
document | DjvuDocument | |
header | DjvuNet.DataChunks.Directory.DirmComponent | |
thumbnail | DjvuNet.DataChunks.TH44Chunk | |
includedItems | DjviChunk | |
form | DjvuNet.DataChunks.FormChunk | |
Résultat | System |
public ExtractThumbnailImage ( ) : System.Drawing.System.Drawing.Bitmap | ||
Résultat | System.Drawing.System.Drawing.Bitmap |
public GetBgPixmap ( DjvuNet.Graphics.Rectangle rect, int subsample, double gamma, DjvuNet.Graphics.PixelMap retval ) : DjvuNet.Graphics.PixelMap | ||
rect | DjvuNet.Graphics.Rectangle | |
subsample | int | |
gamma | double | |
retval | DjvuNet.Graphics.PixelMap | |
Résultat | DjvuNet.Graphics.PixelMap |
public GetBitmap ( DjvuNet.Graphics.Rectangle rect, int subsample, int align, DjvuNet.Graphics.Bitmap retval ) : DjvuNet.Graphics.Bitmap | ||
rect | DjvuNet.Graphics.Rectangle | |
subsample | int | |
align | int | |
retval | DjvuNet.Graphics.Bitmap | |
Résultat | DjvuNet.Graphics.Bitmap |
public GetBitmapList ( DjvuNet.Graphics.Rectangle rect, int subsample, int align, List |
||
rect | DjvuNet.Graphics.Rectangle | |
subsample | int | |
align | int | |
components | List |
|
Résultat | DjvuNet.Graphics.Bitmap |
public GetMap ( DjvuNet.Graphics.Rectangle segment, int subsample, DjvuNet.Graphics.Map retval ) : DjvuNet.Graphics.Map | ||
segment | DjvuNet.Graphics.Rectangle | |
subsample | int | |
retval | DjvuNet.Graphics.Map | |
Résultat | DjvuNet.Graphics.Map |
public GetPixelMap ( DjvuNet.Graphics.Rectangle rect, int subsample, double gamma, DjvuNet.Graphics.PixelMap retval ) : DjvuNet.Graphics.PixelMap | ||
rect | DjvuNet.Graphics.Rectangle | |
subsample | int | |
gamma | double | |
retval | DjvuNet.Graphics.PixelMap | |
Résultat | DjvuNet.Graphics.PixelMap |
public GetTextForLocation ( |
||
rect | ||
Résultat | string |
public ResizeImage ( System srcImage, int newWidth, int newHeight ) : System.Drawing.System.Drawing.Bitmap | ||
srcImage | System | |
newWidth | int | |
newHeight | int | |
Résultat | System.Drawing.System.Drawing.Bitmap |
public ResizeImage ( int newWidth, int newHeight ) : System.Drawing.System.Drawing.Bitmap | ||
newWidth | int | |
newHeight | int | |
Résultat | System.Drawing.System.Drawing.Bitmap |