TiffOptions.DefaultMemoryAllocationLimit

TiffOptions.DefaultMemoryAllocationLimit property

Gets or sets the default memory allocation limit.

[Obsolete("Use Aspose.PSD.Image.BufferSizeHint, Aspose.PSD.ImageOptionsBase.BufferSizeHint or Aspose.PSD.LoadOptions.BufferSizeHint instead.")]
public int DefaultMemoryAllocationLimit { get; set; }

Property Value

The default memory allocation limit.

See Also