Class CdrBmp
CdrBmp class
he cdr bmp
public class CdrBmp : CdrDictionaryItem
Constructors
Name | Description |
---|
CdrBmp() | The default constructor. |
Properties
Name | Description |
---|
Bpp { get; set; } | Gets or sets the BPP. |
BytesPerLine { get; set; } | Gets or sets the bytes per line. |
ColorModel { get; set; } | Gets or sets the color model. |
Disposed { get; } | Gets a value indicating whether this instance is disposed. |
Document { get; set; } | Gets or sets the document. |
Height { get; set; } | Gets or sets the height. |
Id { get; set; } | Gets or sets the identifier. |
Palette { get; set; } | Gets or sets the palette. |
Parent { get; set; } | Gets or sets the parent. |
Width { get; set; } | Gets or sets the width. |
Methods
Name | Description |
---|
Dispose() | Disposes the current instance. |
See Also