Class PdfDocumentInfo

Class PdfDocumentInfo

Pôvodný názov: Aspose.Imaging.FileFormats.Pdf Zhromaždenie: Aspose.Imaging.dll (25.4.0)

Táto trieda predstavuje súbor metadata pre popis dokumentu.

public class PdfDocumentInfo

Inheritance

object PdfDocumentInfo

Z dedičných členov

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

Constructors

PdfDocumentInfo()

public PdfDocumentInfo()

Properties

Author

Dostane alebo nastaví autora dokumentu.

[JsonProperty]
public string Author { get; set; }

Hodnota nehnuteľnosti

string

Keywords

Získajte alebo nastavíte kľúčové slová dokumentu.

[JsonProperty]
public string Keywords { get; set; }

Hodnota nehnuteľnosti

string

Subject

Získajte alebo položte predmet dokumentu.

[JsonProperty]
public string Subject { get; set; }

Hodnota nehnuteľnosti

string

Title

Získať alebo nastaviť názov dokumentu.

[JsonProperty]
public string Title { get; set; }

Hodnota nehnuteľnosti

string

 Slovenčina