Mrc Class |
The optimization profile suitable for documents with Mixed Raster Content
Reduce the file size for documents containing large images, e.g. scanned pages, while maintaining the readability of text. This is accomplished by separating the images into a foreground, background and a mask layer. The foreground and background layers are heavily down-sampled and compressed. The textual information is stored in the mask with a lossless compression type. Additionally, redundant objects are removed, resources are optimized and embedded fonts are merged.public class Mrc : Profile
The Mrc type exposes the following members.
Name | Description | |
---|---|---|
CopyMetadata | Whether to copy metadata Copy document information dictionary and XMP metadata. Default: .(Inherited from Profile) | |
FontOptions | The font optimization options (Inherited from Profile) | |
ImageRecompressionOptions | The image recompression options (Inherited from Profile) | |
LayerCompressionQuality | The image quality for MRC foreground and background layers This is a value between 0 (lowest quality) and 1 (highest quality). Default:
| |
LayerResolutionDPI | The target resolution in DPI (dots per inch) for downsampling MRC foreground and background layers Valid values are 1, or 10000, or in between. Set to to deactivate downsampling of images. Default: 70. | |
RecognizePictures | The option to recognize photographic regions when doing MRC. Regardless of this property’s setting, monochrome (grayscale) images are always treated as entire photographic regions (cutout pictures) by the MRC algorithm. Default: . | |
RemovalOptions | The parameters defining the optional data to remove or flatten (Inherited from Profile) |
Name | Description | |
---|---|---|
Equals | (Inherited from NativeObject) | |
GetHashCode | (Inherited from NativeObject) |