Constructor and Description |
---|
EmfDeleteObject()
Initializes a new instance of the
EmfDeleteObject class. |
EmfDeleteObject(EmfRecord record)
Initializes a new instance of the
EmfDeleteObject class. |
Modifier and Type | Method and Description |
---|---|
int |
getObjectHandle()
Gets or sets 32-bit unsigned integer that specifies either the index of a graphics object
in the EMF Object Table or the index of a stock object from the StockObject enumeration.
|
void |
setObjectHandle(int value)
Gets or sets 32-bit unsigned integer that specifies either the index of a graphics object
in the EMF Object Table or the index of a stock object from the StockObject enumeration.
|
public EmfDeleteObject(EmfRecord record)
Initializes a new instance of the EmfDeleteObject
class.
record
- The record.public EmfDeleteObject()
Initializes a new instance of the EmfDeleteObject
class.
public int getObjectHandle()
Gets or sets 32-bit unsigned integer that specifies either the index of a graphics object in the EMF Object Table or the index of a stock object from the StockObject enumeration.
public void setObjectHandle(int value)
Gets or sets 32-bit unsigned integer that specifies either the index of a graphics object in the EMF Object Table or the index of a stock object from the StockObject enumeration.
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.