Class PdfProperties
Info
Mewakili Properti dan informasi meta dokumen PDF.
public class PdfPropertiesPewarisan
Anggota yang Diwarisi
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Konstruktor
PdfProperties()
public PdfProperties()Properti
Application
Mendapatkan atau mengatur Aplikasi PDF.
public string Application { get; set; }Nilai Properti
Author
Mendapatkan atau mengatur Penulis PDF.
public string Author { get; set; }Nilai Properti
Created
Mendapatkan atau mengatur Tanggal Pembuatan PDF.
public DateTime? Created { get; set; }Nilai Properti
FileName
Mendapatkan atau mengatur Nama Berkas PDF, bila tersedia.
public string FileName { get; set; }Nilai Properti
Keywords
Mendapatkan atau mengatur Kata Kunci PDF.
public string Keywords { get; set; }Nilai Properti
Modified
Mendapatkan atau mengatur Tanggal Modifikasi PDF.
public DateTime? Modified { get; set; }Nilai Properti
NumberOfPages
Mendapatkan atau mengatur Jumlah Halaman PDF.
public int NumberOfPages { get; set; }Nilai Properti
PdfProducer
Mendapatkan atau mengatur Produsen PDF.
public string PdfProducer { get; set; }Nilai Properti
Subject
Mendapatkan atau mengatur Subjek PDF.
public string Subject { get; set; }Nilai Properti
Title
Mendapatkan atau mengatur Judul PDF.
public string Title { get; set; }Nilai Properti
Namespace: Documentize Assembly: Documentize.dll