Class PdfProperties

Thông tin

Đại diện cho các thuộc tính và thông tin meta của tài liệu PDF.

public class PdfProperties

Kế thừa

objectPdfProperties

Thành viên được kế thừa

Hàm tạo

PdfProperties()

public PdfProperties()

Thuộc tính

Author

Lấy hoặc thiết lập Tác giả PDF.

public string Author { get; set; }

Giá trị Thuộc tính

string

Keywords

Lấy hoặc thiết lập Từ khóa PDF.

public string Keywords { get; set; }

Giá trị Thuộc tính

string

NumberOfPages

Lấy hoặc thiết lập Số trang PDF.

public int NumberOfPages { get; set; }

Giá trị Thuộc tính

int

Subject

Lấy hoặc thiết lập Chủ đề PDF.

public string Subject { get; set; }

Giá trị Thuộc tính

string

Title

Lấy hoặc thiết lập Tiêu đề PDF.

public string Title { get; set; }

Giá trị Thuộc tính

string

Không gian tên: Documentize Assembly: Documentize.dll

 Tiếng Việt