Class RtfLoadOptions

Class RtfLoadOptions

Namespace: Aspose.Words.Loading
Assembly: Aspose.Words.dll (25.3.0)

Allows to specify additional options when loading Aspose.Words.LoadFormat.Rtf document into a Aspose.Words.Document object.

To learn more, visit the Specify Load Options documentation article.

public class RtfLoadOptions : LoadOptions

Inheritance

objectLoadOptionsRtfLoadOptions

Inherited Members

LoadOptions.Equals(object), LoadOptions.LoadFormat, LoadOptions.Password, LoadOptions.BaseUri, LoadOptions.Encoding, LoadOptions.ResourceLoadingCallback, LoadOptions.WarningCallback, LoadOptions.ProgressCallback, LoadOptions.PreserveIncludePictureField, LoadOptions.ConvertShapeToOfficeMath, LoadOptions.FontSettings, LoadOptions.TempFolder, LoadOptions.ConvertMetafilesToPng, LoadOptions.MswVersion, LoadOptions.UpdateDirtyFields, LoadOptions.IgnoreOleData, LoadOptions.UseSystemLcid, LoadOptions.LanguagePreferences, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

RtfLoadOptions()

Initializes a new instance of this class with default values.

public RtfLoadOptions()

Properties

RecognizeUtf8Text

When set to true, will try to detect UTF8 characters, they will be preserved during import.

public bool RecognizeUtf8Text { get; set; }

Property Value

bool

Remarks

Default value is false.