Aspose::Cells::Drawing::Shape::SetIsPrintable method
Shape::SetIsPrintable method
Indicates whether the object is printable. If False, this shape will not be printed when printing.
void Aspose::Cells::Drawing::Shape::SetIsPrintable(bool value)
Examples
if (shape.IsPrintable())
shape.SetIsPrintable(false);
See Also
- Class Vector
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++