HeifEncodingOptionsCropWithImageGrid Property
Gets or sets a value indicating whether LibHeif should use an image grid for cropping.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
public bool CropWithImageGrid { get; set; }
Public Property CropWithImageGrid As Boolean
Get
Set
public:
property bool CropWithImageGrid {
bool get ();
void set (bool value);
}
member CropWithImageGrid : bool with get, set
Property Value
Boolean if LibHeif should use an image grid for cropping; otherwise,
.
This value was added in LibHeif version 1.9.2, it will be ignored on older versions.
It is used as a compatibility workaround for macOS.