SmartObjectResourceCrop Property |
Gets or sets the crop of the smart object layer data in the PSD image.
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic int Crop { get; set; }
Public Property Crop As Integer
Get
Set
public:
property int Crop {
int get ();
void set (int value);
}
member Crop : int with get, set
Property Value
Type:
Int32
The crop value of placed layer information.
See Also