Class PdfRenderingOptions
Namespace: Aspose.Html.Rendering.Pdf
Assembly: Aspose.HTML.dll (25.2.0)
Represents rendering options for Aspose.Html.Rendering.Pdf.PdfDevice.
[ComVisible(true)]
public class PdfRenderingOptions : RenderingOptions
Inheritance
object ← RenderingOptions ← PdfRenderingOptions
Derived
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
PdfRenderingOptions()
Initializes a new instance of the Aspose.Html.Rendering.Pdf.PdfRenderingOptions class.
public PdfRenderingOptions()
Properties
DocumentInfo
Contains information about the output PDF document.
public PdfDocumentInfo DocumentInfo { get; }
Property Value
Encryption
Gets or sets a encryption details. If not set, then no encryption will be performed.
public PdfEncryptionInfo Encryption { get; set; }
Property Value
FormFieldBehaviour
Specifies the behavior of form fields in the output PDF document.
public FormFieldBehaviour FormFieldBehaviour { get; set; }
Property Value
IsTaggedPdf
Creates a tag structure if true
.
public bool IsTaggedPdf { get; set; }
Property Value
JpegQuality
Specifies the quality of JPEG compression for images (if JPEG compression is used). Default is 95.
public int JpegQuality { get; set; }