Table of Contents

Property OutputExtension

Namespace
LMKit.Media.Image
Assembly
LM-Kit.NET.dll

OutputExtension

Gets the file extension of the produced encoding, such as ".png". This matches the source format when an encoder for it exists; sources without an encoder are re-encoded, and this property states what was actually produced.

public string OutputExtension { get; }

Property Value

string
Share