Click or drag to resize

ShapeAutoFit Enumeration

Specifies a shape auto-fit modes.

Namespace: SautinSoft.Document.Drawing
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public enum ShapeAutoFit
Members
Member nameValueDescription
NoAutoFit0 No auto-fitting.
FitTextToShape1 Text within the shape should be normally auto-fit to the bounding box.
FitShapeToText2 Shape should be auto-fit to fully contain the text described within it.
See Also