Size

EmfPlusRecord.Size property

Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data.

public virtual int Size { get; set; }

Property Value

The size.

See Also