EmfPlusDrawLines.Compressed
EmfPlusDrawLines.Compressed property
Gets or sets a value indicating whether this EmfPlusDrawClosedCurve
is compressed. This bit indicates whether the PointData field specifies compressed data. If set, PointData specifies absolute locations in the coordinate space with 16-bit integer coordinates. If clear, PointData specifies absolute locations in the coordinate space with 32-bit floating-point coordinates Note If the Relative flag (below) is set, this flag is undefined and MUST be ignored
public bool Compressed { get; set; }
Property Value
true
if compressed; otherwise, false
.
See Also
- class EmfPlusDrawLines
- namespace Aspose.Imaging.FileFormats.Emf.EmfPlus.Records
- assembly Aspose.Imaging