Class PdfRenderingOptions

Class PdfRenderingOptions

名称: Aspose.Html.Rendering.Pdf 编辑: Aspose.HTML.dll (25.4.0)

代表为 Aspose.Html.Rendering.Pdf.PdfDevice 的投标选项。

[ComVisible(true)]
public class PdfRenderingOptions : RenderingOptions

Inheritance

object RenderingOptions PdfRenderingOptions

Derived

PdfSaveOptions

继承人

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()

启动 Aspose.Html.Rendering.Pdf.PdfRenderingOptions 类的新例子。

public PdfRenderingOptions()

Properties

DocumentInfo

包含有关输出PDF文件的信息。

public PdfDocumentInfo DocumentInfo { get; }

财产价值

PdfDocumentInfo

Encryption

收到或设置加密详细信息. 如果不设置,则不会进行加密。

public PdfEncryptionInfo Encryption { get; set; }

财产价值

PdfEncryptionInfo

FormFieldBehaviour

指定输出 PDF 文档中的表格字段的行为。

public FormFieldBehaviour FormFieldBehaviour { get; set; }

财产价值

FormFieldBehaviour

IsTaggedPdf

创建一个标签结构,如果“真实”。

public bool IsTaggedPdf { get; set; }

财产价值

bool

JpegQuality

指定图像的 JPEG 压缩质量(如果使用 JPEG 压缩)。假设是95。

public int JpegQuality { get; set; }

财产价值

int

 中文