public abstract class WmfBitmapBaseHeader extends MetaObject
The base bitmap header class.
Constructor and Description |
---|
WmfBitmapBaseHeader() |
Modifier and Type | Method and Description |
---|---|
short |
getBitCount()
Gets or sets a 16-bit unsigned integer that defines the format of each pixel, and the
maximum number of colors in the DIB.
|
int |
getHeaderSize()
Gets or sets a 32-bit unsigned integer that defines the size of this object, in bytes.
|
short |
getPlanes()
Gets or sets a 16-bit unsigned integer that defines the number of planes for the target device.
|
void |
setBitCount(short value)
Gets or sets a 16-bit unsigned integer that defines the format of each pixel, and the
maximum number of colors in the DIB.
|
void |
setHeaderSize(int value)
Gets or sets a 32-bit unsigned integer that defines the size of this object, in bytes.
|
void |
setPlanes(short value)
Gets or sets a 16-bit unsigned integer that defines the number of planes for the target device.
|
abstract void |
write_internalized(com.aspose.ms.System.IO.BinaryWriter writer)
Writes the specified writer.
|
deepClone_internalized
public int getHeaderSize()
Gets or sets a 32-bit unsigned integer that defines the size of this object, in bytes.
public void setHeaderSize(int value)
Gets or sets a 32-bit unsigned integer that defines the size of this object, in bytes.
public short getPlanes()
Gets or sets a 16-bit unsigned integer that defines the number of planes for the target device. This value MUST be 0x0001.
public void setPlanes(short value)
Gets or sets a 16-bit unsigned integer that defines the number of planes for the target device. This value MUST be 0x0001.
public short getBitCount()
Gets or sets a 16-bit unsigned integer that defines the format of each pixel, and the maximum number of colors in the DIB. This value MUST be in the BitCount Enumeration (section 2.1.1.3).
public void setBitCount(short value)
Gets or sets a 16-bit unsigned integer that defines the format of each pixel, and the maximum number of colors in the DIB. This value MUST be in the BitCount Enumeration (section 2.1.1.3).
public abstract void write_internalized(com.aspose.ms.System.IO.BinaryWriter writer)
Writes the specified writer.
writer
- The writer.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.