Table of Contents

ExcelFile.DpiForImages Property

Allows you to change the dpi for vector images (metafiles) when they are rasterized for converting to PDF / HTML / etc. Note that this is a static setting and will affect all files. This setting is the same as FlexCelConfig.DpiForImages.

Syntax

Namespace: FlexCel.Core

public static Double DpiForImages { get; set; }

See also