ObjectId

EmfPlusDrawImagePoints.ObjectId property

Gets or sets the object identifier. The index of an EmfPlusImage object (section 2.2.1.4) in the EMF+ Object Table, which specifies the image to render. The value MUST be zero to 63, inclusive.

public byte ObjectId { get; set; }

Property Value

The object identifier.

See Also