IsPrintable
Shape.IsPrintable property
如果对象是可打印的,则为真
public bool IsPrintable { get; set; }
例子
[C#]
if(shape.IsPrintable)
shape.IsPrintable = false;
也可以看看
- class Shape
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells
如果对象是可打印的,则为真
public bool IsPrintable { get; set; }
[C#]
if(shape.IsPrintable)
shape.IsPrintable = false;