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
相続人
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; }
不動産価値
Encryption
暗号化の詳細を取得または設定します. 設定されない場合は、暗号化は実行されません。
public PdfEncryptionInfo Encryption { get; set; }
不動産価値
FormFieldBehaviour
出力PDF文書のフォームフィールドの行動を指定します。
public FormFieldBehaviour FormFieldBehaviour { get; set; }
不動産価値
IsTaggedPdf
タグ構造を作成すると「真実」です。
public bool IsTaggedPdf { get; set; }
不動産価値
JpegQuality
画像のためのJPEG圧縮の品質を指定します(JPEG圧縮が使用されている場合)。デフォルトは95です。
public int JpegQuality { get; set; }