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