IsPrintable

Slicer.IsPrintable property

Gibt an, ob das Slicer-Objekt druckbar ist.

public bool IsPrintable { get; set; }

Beispiele


[C#]

slicer.IsPrintable = true;

Siehe auch