Aspose::Cells::Drawing::Shape::IsPrintable method

Shape::IsPrintable method

True if the object is printable.

bool Aspose::Cells::Drawing::Shape::IsPrintable()

Examples

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

See Also