public class CdrPattern extends CdrDictionaryItem
The cdr bitmap
CdrObjectContainer| Constructor and Description |
|---|
CdrPattern() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
Gets the data.
|
int |
getHeight()
Gets the height.
|
int |
getWidth()
Gets the width.
|
void |
setData(byte[] value)
Sets the data.
|
void |
setHeight(int value)
Sets the height.
|
void |
setWidth(int value)
Sets the width.
|
getId, setIdgetDocument, getParent, setDocument, setParentclose, dispose, getDisposedpublic final int getWidth()
Gets the width.
public final void setWidth(int value)
Sets the width.
value - the width.public final int getHeight()
Gets the height.
public final void setHeight(int value)
Sets the height.
value - the height.public final byte[] getData()
Gets the data.
public final void setData(byte[] value)
Sets the data.
value - the data.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.