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