Class DocRenderingOptions
Nom dels espais: Aspose.Html.Rendering.Doc Assemblea: Aspose.HTML.dll (25.5.0)
Representa les opcions de rendiment per a Aspose.Html.Rendering.Doc.
[ComVisible(true)]
public class DocRenderingOptions : RenderingOptionsInheritance
object ← RenderingOptions ← DocRenderingOptions
Derived
Membres heretats
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()
Inicialitza una nova instància de la classe Aspose.Html.Rendering.Doc.Cl.Opcions.
public DocRenderingOptions()DocRenderingOptions(FontEmbeddingRule)
Inicialitza una nova instància de la classe Aspose.Html.Rendering.Doc.FocRendingOptions amb la regla d’incorporació de font especificada.
public DocRenderingOptions(FontEmbeddingRule fontEmbeddingRule)Parameters
fontEmbeddingRule FontEmbeddingRule
La font incorpora la regla.
Properties
DocumentFormat
Obtenir o configurar el format de fitxer del document de sortida. El valor estàndard és Aspose.Html.Rendering.Doc.documentFormat.docx.
public DocumentFormat DocumentFormat { get; set; }Valor de la propietat
FontEmbeddingRule
Obtenir o establir la regla d’integració de fonts. El valor estàndard és Aspose.Html.Rendering.Doc.FontEmbeddingRule.None.
public FontEmbeddingRule FontEmbeddingRule { get; set; }