Class AutoFitType
Specifies the AutoFitType
Inheritance
System.Object
AutoFitType
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class AutoFitType : Enum
Fields
FitToContent
Fit the contents respect to contents.
Declaration
public const AutoFitType FitToContent
Field Value
Type |
---|
AutoFitType |
FitToWindow
Fit the contents respect to window/pagewidth.
Declaration
public const AutoFitType FitToWindow
Field Value
Type |
---|
AutoFitType |
FixedColumnWidth
Fit the contents respect to fixed column width.
Declaration
public const AutoFitType FixedColumnWidth
Field Value
Type |
---|
AutoFitType |