Table of Contents
AutoFitY Property

Specifies the vertical auto fit mode.

Syntax
 public HtmlToPdfAutoFitMode AutoFitY { get; set; }
Remarks

AutoFitX and AutoFitY are both considered together during the conversion. See remarks for AutoFitX for more details.

This property is automatically reset to None after every conversion.

This property is ignored in when Mode is set to Integrated.

See Also