PictureBulletValue
PictureBulletValue class
Represents the value of the image bullet.
Constructors
| Name | Description |
|---|---|
| PictureBulletValue |
Properties
| Name | Type | Description |
|---|---|---|
| Type | int | Gets the type of the bullet’s value. The value of the property is BulletType integer constant. |
| ImageData | byte[] | Gets and sets image data of the bullet. |
PictureBulletValue()
PictureBulletValue.Type property
Gets the type of the bullet’s value. The value of the property is BulletType integer constant.
Type: int
PictureBulletValue.ImageData property
Gets and sets image data of the bullet.
Type: byte[]