Aspose::Cells::Drawing::Shape::SetIsPrintable method

Shape::SetIsPrintable method

True if the object is printable.

void Aspose::Cells::Drawing::Shape::SetIsPrintable(bool value)

Examples

if (shape.IsPrintable())
    shape.SetIsPrintable(false);

See Also