Class PdfProperties
معلومات
يمثل الخصائص والمعلومات الوصفية لمستند PDF.
public class PdfPropertiesInheritance
Inherited Members
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Constructors
PdfProperties()
public PdfProperties()Properties
Author
يحصل أو يعيّن مؤلف PDF.
public string Author { get; set; }Property Value
Keywords
يحصل أو يعيّن كلمات مفتاح PDF.
public string Keywords { get; set; }Property Value
NumberOfPages
يحصل أو يعيّن عدد صفحات PDF.
public int NumberOfPages { get; set; }Property Value
Subject
يحصل أو يعيّن موضوع PDF.
public string Subject { get; set; }Property Value
Title
يحصل أو يعيّن عنوان PDF.
public string Title { get; set; }Property Value
Namespace: Documentize Assembly: Documentize.dll