Compressed

EmfPlusFillRects.Compressed property

Gets or sets a value indicating whether this EmfPlusFillRects is compressed. If set, RectData contains an EmfPlusRect object (section 2.2.2.38). If clear, RectData contains an EmfPlusRectF object (section 2.2.2.39) object

public bool Compressed { get; set; }

Property Value

true if compressed; otherwise, false.

See Also