Class ImagingHtmlOptions
Represents the native imaging options set on an ImagingProfile instance used when imaging HTML content.
Inheritance
System.Object
ImagingHtmlOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class ImagingHtmlOptions
Properties
| Improve this Doc View SourceRemoveNonBreakingSpaceCodes
Gets or sets a value indicating whether to remove rows of non-breaking spaces (NBSP) code.
Declaration
public bool RemoveNonBreakingSpaceCodes { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
It is the only HTML option.