Slicer.Height

Slicer.Height property

Returns or sets the height of the specified slicer, in points.

[Obsolete("Use Shape.HeightPt property instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public double Height { get; set; }

Remarks

NOTE: This member is now obsolete. Instead, please use Shape.HeightPt property. This property will be removed 12 months later since May 2025. Aspose apologizes for any inconvenience you may have experienced.

Examples


[C#]

slicer.Height = 120;

See Also