If PreviewFontEnabled is set to True then PreviewFont specifies the font used in the DoImageProcessingPreviews dialog. Ensure the size of the font matches the length of labels.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEFont PreviewFont { get; }
Public ReadOnly Property PreviewFont As IEFont
	Get
public:
property IEFont^ PreviewFont {
	IEFont^ get ();
}

See Also