Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

RichEditControlCompatibility Members

Allows setting common parameters for all RichEditControl instances in the application.

Properties

Name Description
CompatibleRtfImportForRotatedImages static Fixes incorrectly displayed rotated images in loaded RTF files.
DefaultFontName static Gets or sets the name of the font which is the default font for Rich Edit controls in the application.
DefaultFontSize static Gets or sets the size of the font which is the default font size for RichEdit controls in the application.
DisableCJKFontsCorrection static Static property that switches off the vertical metrics correction introduced for CJK font support.
EnableDirectWriteMeasurement static Gets or sets whether to use DWrite to measure document text.
EnableLegacyLayoutEngine static Gets or sets whether to restore the previous document layout calculation.
EnableMSWordCompatibleFieldParser static Enables changing parsing rules for nested fields.
KeepLastParagraphOnDeletion static A static property that enables you to retain the behavior when the last paragraph cannot be deleted.
LoadHyperlinkAsField static Gets or sets whether to keep importing document hyperlinks when importing document fields is forbidden.
UsePrintingSystemPdfExport static Allows you to use an obsolete PDF export implemented in earlier versions. Not supported in .NET Standard 2.0+ / .NET Core 2.1+
WriteDefaultRtfFontSize static Gets or sets whether the information about the default font size (12pt) should be written to the RTF document code.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also