Get an instance of PreferredWidth, this instance indicates thie preferred width is auto.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public static PreferredWidth Auto { get; }
Public Shared ReadOnly Property Auto As PreferredWidth
	Get
public:
static property PreferredWidth^ Auto {
	PreferredWidth^ get ();
}
static member Auto : PreferredWidth with get

Property Value

PreferredWidth

See Also