[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.PictureBullet

Class PictureBullet

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents the appearance and behavior of a specific picture to be used as the numbering symbol within a numbering level definition in a document.

public class PictureBullet
Inheritance
object
PictureBullet
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Id

Gets the unique id of the picture bullet.

public int Id { get; }

Property Value

int

ImageData

Gets the ImageData of the picture bullet.

public ImageData ImageData { get; }

Property Value

ImageData