Click or drag to resize

SlidePicture IsCropped Property

Determines if the picture is cropped.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public bool IsCropped { get; }

Return Value

Type: Boolean
If the picture is cropped,the value is "true",otherwise the value is "false" ,the default value is "false".
See Also