WmfRecord
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject
public class WmfRecord extends MetaObject
The Wmf Record
Constructors
Constructor | Description |
---|---|
WmfRecord() |
Methods
Method | Description |
---|---|
getSize() | Gets or sets the size. |
setSize(long value) | Gets or sets the size. |
getRecordType() | RecordType number (defined in WINDOWS.H) |
setRecordType(short value) | RecordType number (defined in WINDOWS.H) |
WmfRecord()
public WmfRecord()
getSize()
public long getSize()
Gets or sets the size.
Value: The size.
Returns: long
setSize(long value)
public void setSize(long value)
Gets or sets the size.
Value: The size.
Parameters:
Parameter | Type | Description |
---|---|---|
value | long |
getRecordType()
public short getRecordType()
RecordType
number (defined in WINDOWS.H)
Returns: short
setRecordType(short value)
public void setRecordType(short value)
RecordType
number (defined in WINDOWS.H)
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |