Constructor and Description |
---|
EmrEof(EmfRecord source)
Initializes a new instance of the
EmrEof class. |
Modifier and Type | Method and Description |
---|---|
int |
getNPalEntries()
Gets or sets a 32-bit unsigned integer that specifies the number of palette entries.
|
int |
getOffPalEntries()
Gets or sets a 32-bit unsigned integer that specifies the offset to the palette entries
from the start of this record.
|
byte[] |
getPaletteBuffer()
Gets or sets the palette buffer.
|
int |
getSizeLast()
Gets or sets the size last.
|
void |
setNPalEntries(int value)
Gets or sets a 32-bit unsigned integer that specifies the number of palette entries.
|
void |
setOffPalEntries(int value)
Gets or sets a 32-bit unsigned integer that specifies the offset to the palette entries
from the start of this record.
|
void |
setPaletteBuffer(byte[] value)
Gets or sets the palette buffer.
|
void |
setSizeLast(int value)
Gets or sets the size last.
|
getSize, getType, setSize, setType
deepClone_internalized
public EmrEof(EmfRecord source)
Initializes a new instance of the EmrEof
class.
source
- The source.public int getNPalEntries()
Gets or sets a 32-bit unsigned integer that specifies the number of palette entries.
public void setNPalEntries(int value)
Gets or sets a 32-bit unsigned integer that specifies the number of palette entries.
public int getOffPalEntries()
Gets or sets a 32-bit unsigned integer that specifies the offset to the palette entries from the start of this record.
public void setOffPalEntries(int value)
Gets or sets a 32-bit unsigned integer that specifies the offset to the palette entries from the start of this record.
public byte[] getPaletteBuffer()
Gets or sets the palette buffer.
Value: The palette buffer.public void setPaletteBuffer(byte[] value)
Gets or sets the palette buffer.
Value: The palette buffer.public int getSizeLast()
Gets or sets the size last.
Value: The size last.public void setSizeLast(int value)
Gets or sets the size last.
Value: The size last.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.