IsContinuable

EmfPlusObject.IsContinuable property

Gets or sets a value indicating whether this instance is continuable. Indicates that the object definition continues on in the next EmfPlusObject record. This flag is never set in the final record that defines the object.

public bool IsContinuable { get; set; }

Property Value

true if this instance is compressed; otherwise, false.

See Also