Class PdfProperties
情報
PDFドキュメントのプロパティとメタ情報を表します。
public class PdfProperties継承
継承されたメンバー
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
コンストラクタ
PdfProperties()
public PdfProperties()プロパティ
Author
PDFの著者を取得または設定します。
public string Author { get; set; }プロパティの値
Keywords
PDFのキーワードを取得または設定します。
public string Keywords { get; set; }プロパティの値
NumberOfPages
PDFのページ数を取得または設定します。
public int NumberOfPages { get; set; }プロパティの値
Subject
PDFの件名を取得または設定します。
public string Subject { get; set; }プロパティの値
Title
PDFのタイトルを取得または設定します。
public string Title { get; set; }プロパティの値
Namespace: Documentize Assembly: Documentize.dll