AnimatedGifConfigurationEncodeTransparentBorders Property
Note: This API is now obsolete.
Gets or sets whether the transparent borders of the frames should be encoded as part of the frame.
Default value: .
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 8.0.0-preview.1
[ObsoleteAttribute("This property is obsolete. Use AllowClippedFrames instead.")]
public bool EncodeTransparentBorders { get; set; }
<ObsoleteAttribute("This property is obsolete. Use AllowClippedFrames instead.")>
Public Property EncodeTransparentBorders As Boolean
Get
Set
public:
[ObsoleteAttribute(L"This property is obsolete. Use AllowClippedFrames instead.")]
property bool EncodeTransparentBorders {
bool get ();
void set (bool value);
}
[<ObsoleteAttribute("This property is obsolete. Use AllowClippedFrames instead.")>]
member EncodeTransparentBorders : bool with get, set
Property Value
Boolean
If
, then transparent borders of the frames will be considered as image content (and possibly smaller frames will be virtually
enlarged, too). This produces a bit larger encoded size but provides better compatibility.
If
, then always only the smallest possible non-transparent area will be encoded. Some decoders may not tolerate this option.