Slicer.IsPrintable

Slicer.IsPrintable property

Indicates whether the slicer object is printable.

public bool IsPrintable { get; set; }

Examples


[C#]

slicer.IsPrintable = true;

See Also