DataSize

EmfPlusRecord.DataSize property

Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header.

public virtual int DataSize { get; set; }

Property Value

The size of the data.

See Also