Class WmfScanObject
Class WmfScanObject
Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (25.2.0)
The Scan Object specifies a collection of scanlines.
public class WmfScanObject : MetaObject
Inheritance
object ← MetaObject ← WmfScanObject
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
WmfScanObject()
public WmfScanObject()
Properties
Bottom
Gets or sets the bottom.
public int Bottom { get; set; }
Property Value
Count
Gets or sets the count.
public int Count { get; set; }
Property Value
Count2
Gets or sets the count2.
public int Count2 { get; set; }
Property Value
ScanLines
Gets or sets the scan lines.
public Point[] ScanLines { get; set; }
Property Value
Point[]
Top
Gets or sets the top.
public int Top { get; set; }