Class PdfDocumentInfo

Class PdfDocumentInfo

Nazwa przestrzeń: Aspose.Html.Rendering.Pdf Zestaw: Aspose.HTML.dll (25.4.0)

Przedstawia informacje na temat dokumentu PDF.

[ComVisible(true)]
public class PdfDocumentInfo

Inheritance

object PdfDocumentInfo

Dziedziczeni członkowie

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

Author

Nazwa osoby, która utworzyła dokument.

public string Author { get; set; }

Wartość nieruchomości

string

CreationDate

Otrzymuje lub ustawia datę tworzenia dokumentu określoną jako Koordynowany Czas Uniwersalny (UTC).

public DateTime CreationDate { get; set; }

Wartość nieruchomości

DateTime

Creator

Nazwa produktu, który stworzył oryginalny dokument.

public string Creator { get; set; }

Wartość nieruchomości

string

Keywords

Słowa kluczowe związane z dokumentem.

public string Keywords { get; set; }

Wartość nieruchomości

string

ModificationDate

Otrzymuje lub ustawia datę modyfikacji dokumentu określoną jako Koordynowany Czas Uniwersalny (UTC).

public DateTime ModificationDate { get; set; }

Wartość nieruchomości

DateTime

Producer

Nazwa produktu, który przekształcił dokument.

public string Producer { get; set; }

Wartość nieruchomości

string

Subject

Temat dokumentu.

public string Subject { get; set; }

Wartość nieruchomości

string

Title

Tytuł dokumentu.

public string Title { get; set; }

Wartość nieruchomości

string

 Polski