DocPicture
IsCrop Property
|
Gets whether the picture object is cropped.
Namespace:
Spire.Doc.Fields
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool IsCrop { get; }
Public ReadOnly Property IsCrop As Boolean
Get
public:
property bool IsCrop {
bool get ();
}
member IsCrop : bool with get
Property Value
Type:
Boolean
See Also