Class DocRenderingOptions

Class DocRenderingOptions

Namespace: Aspose.Html.Rendering.Doc
Assembly: Aspose.HTML.dll (25.2.0)

Represents the rendering options for Aspose.Html.Rendering.Doc.DocDevice.

[ComVisible(true)]
public class DocRenderingOptions : RenderingOptions

Inheritance

objectRenderingOptionsDocRenderingOptions

Derived

DocSaveOptions

Inherited Members

RenderingOptions.Css, RenderingOptions.PageSetup, RenderingOptions.HorizontalResolution, RenderingOptions.BackgroundColor, RenderingOptions.VerticalResolution, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

DocRenderingOptions()

Initializes a new instance of the Aspose.Html.Rendering.Doc.DocRenderingOptions class.

public DocRenderingOptions()

DocRenderingOptions(FontEmbeddingRule)

Initializes a new instance of the Aspose.Html.Rendering.Doc.DocRenderingOptions class with the specified font embedding rule.

public DocRenderingOptions(FontEmbeddingRule fontEmbeddingRule)

Parameters

fontEmbeddingRule FontEmbeddingRule

The font embedding rule.

Properties

DocumentFormat

Gets or sets the file format of the output document. The default value is Aspose.Html.Rendering.Doc.DocumentFormat.DOCX.

public DocumentFormat DocumentFormat { get; set; }

Property Value

DocumentFormat

FontEmbeddingRule

Gets or sets the font embedding rule. The default value is Aspose.Html.Rendering.Doc.FontEmbeddingRule.None.

public FontEmbeddingRule FontEmbeddingRule { get; set; }

Property Value

FontEmbeddingRule