ImageDecoder.AllocationLimit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the maximum memory limit in bytes for image decoding. -or- Set a maximum memory limit (bytes) for an image decode.
public long AllocationLimit { [Android.Runtime.Register("getAllocationLimit", "()J", "", ApiSince=37)] get; [Android.Runtime.Register("setAllocationLimit", "(J)V", "", ApiSince=37)] set; }
[<get: Android.Runtime.Register("getAllocationLimit", "()J", "", ApiSince=37)>]
[<set: Android.Runtime.Register("setAllocationLimit", "(J)V", "", ApiSince=37)>]
member this.AllocationLimit : int64 with get, set
Property Value
- Attributes