MetafileOptions

Class MetafileOptions

Namespace: Imagise.Converter.ImageOptions
Assembly: Imagise.Converter.dll

The Metafiles base options.

public class MetafileOptions : ImageOptions, IDisposable, ICompressOptions

Inheritance

object ← ImageOptions ← MetafileOptions

Derived

EmfOptions, WmfOptions

Implements

IDisposable, ICompressOptions

Inherited Members

ImageOptions.Clone(), ImageOptions.Dispose(), ImageOptions.Source, ImageOptions.VectorRasterizationOptions, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

Compress

Gets or sets a value indicating whether this is compressed.

public bool Compress { get; set; }

Property Value

bool