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