Class PdfRenderingOptions
Tên không gian: Aspose.Html.Rendering.Pdf Tổng hợp: Aspose.HTML.dll (25.4.0)
Nó đại diện cho các tùy chọn rendering cho Aspose.Html.Rendering.Pdf.PdfDevice.
[ComVisible(true)]
public class PdfRenderingOptions : RenderingOptions
Inheritance
object ← RenderingOptions ← PdfRenderingOptions
Derived
Thành viên thừa kế
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()
Bắt đầu một trường hợp mới của lớp Aspose.Html.Rendering.Pdf.PdfRenderingOptions.
public PdfRenderingOptions()
Properties
DocumentInfo
Nó chứa thông tin về tài liệu phát hành PDF.
public PdfDocumentInfo DocumentInfo { get; }
Giá trị bất động sản
Encryption
Nhận hoặc thiết lập một chi tiết mã hóa. nếu không thiết lập, thì không có mã hóa sẽ được thực hiện.
public PdfEncryptionInfo Encryption { get; set; }
Giá trị bất động sản
FormFieldBehaviour
Cụ thể hành vi của các trường biểu mẫu trong tài liệu PDF xuất khẩu.
public FormFieldBehaviour FormFieldBehaviour { get; set; }
Giá trị bất động sản
IsTaggedPdf
Tạo một cấu trúc tag nếu ’thực tế'.
public bool IsTaggedPdf { get; set; }
Giá trị bất động sản
JpegQuality
Tùy chọn chất lượng JPEG cho hình ảnh (nếu JPEG được sử dụng).Chất lượng là 95.
public int JpegQuality { get; set; }