Gets whether the picture object is cropped.

Namespace: Spire.Doc.Fields
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool IsCrop { get; }
Public ReadOnly Property IsCrop As Boolean
	Get
public:
property bool IsCrop {
	bool get ();
}
member IsCrop : bool with get

Property Value

Boolean

See Also