Class MetafileOptions
The Metafiles base options.
public class MetafileOptions : ImageOptionsBase
Constructors
Properties
| Name | Description | 
|---|
| BufferSizeHint { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. | 
| Compress { get; set; } | Gets or sets a value indicating whether this ICompressedOptions is compressed. | 
| Disposed { get; } | Gets a value indicating whether this instance is disposed. | 
| virtual ExifData { get; set; } | Gets or sets the Exif data. | 
| FullFrame { get; set; } | Gets or sets a value indicating whether [full frame]. | 
| KeepMetadata { get; set; } | Gets a value whether to keep original image metadata on export. | 
| MultiPageOptions { get; set; } | The multipage options | 
| virtual Palette { get; set; } | Gets or sets the color palette. | 
| ProgressEventHandler { get; set; } | Gets or sets the progress event handler. | 
| virtual ResolutionSettings { get; set; } | Gets or sets the resolution settings. | 
| Source { get; set; } | Gets or sets the source to create image in. | 
| VectorRasterizationOptions { get; set; } | Gets or sets the vector rasterization options. | 
| virtual XmpData { get; set; } | Gets or sets the XMP metadata container. | 
Methods
| Name | Description | 
|---|
| virtual Clone() | Creates a memberwise clone of this instance. | 
| Dispose() | Disposes the current instance. | 
| TrySetMetadata(IImageMetadataFormat) | Tries to set a metadata instance, if this Image instance supports and implements IImageMetadataFormat instance. | 
See Also