Table of Contents

FlexCelHtmlExport.UsePrintScale Property

If false (the default) the print scale of the sheet will be ignored when exporting to html. If true, sheets will be exported honoring the zoom of the page.Note that if PrintToFit is true, then this value will be ignored and zoom will be 100%.

Syntax

Namespace: FlexCel.Render

public Boolean UsePrintScale { get; set; }

See also