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; }
Public ReadOnly Property IsCropped As Boolean
Get
public:
property bool IsCropped {
bool get ();
}
member IsCropped : bool with 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