Slicer.IsPrintable

Slicer.IsPrintable property

Indicates whether the slicer object is printable.

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

Remarks

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

Examples


[C#]

slicer.IsPrintable = true;

See Also