Class PdfProperties

معلومات

يمثل الخصائص والمعلومات الوصفية لمستند PDF.

public class PdfProperties

Inheritance

objectPdfProperties

Inherited Members

Constructors

PdfProperties()

public PdfProperties()

Properties

Author

يحصل أو يعيّن مؤلف PDF.

public string Author { get; set; }

Property Value

string

Keywords

يحصل أو يعيّن كلمات مفتاح PDF.

public string Keywords { get; set; }

Property Value

string

NumberOfPages

يحصل أو يعيّن عدد صفحات PDF.

public int NumberOfPages { get; set; }

Property Value

int

Subject

يحصل أو يعيّن موضوع PDF.

public string Subject { get; set; }

Property Value

string

Title

يحصل أو يعيّن عنوان PDF.

public string Title { get; set; }

Property Value

string

Namespace: Documentize Assembly: Documentize.dll

 عربي