Class PdfDocumentInfo
Class PdfDocumentInfo
Tên không gian: Aspose.Imaging.FileFormats.Pdf Tổng hợp: Aspose.Imaging.dll (25.4.0)
Lớp này đại diện cho một tập hợp metadata cho mô tả tài liệu.
public class PdfDocumentInfo
Inheritance
Thành viên thừa kế
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
PdfDocumentInfo()
public PdfDocumentInfo()
Properties
Author
Nhận hoặc đặt tác giả của tài liệu.
[JsonProperty]
public string Author { get; set; }
Giá trị bất động sản
Keywords
Nhận hoặc đặt các từ khóa của tài liệu.
[JsonProperty]
public string Keywords { get; set; }
Giá trị bất động sản
Subject
Nhận hoặc đặt chủ đề của tài liệu.
[JsonProperty]
public string Subject { get; set; }
Giá trị bất động sản
Title
Nhận hoặc đặt tiêu đề của tài liệu.
[JsonProperty]
public string Title { get; set; }