Class PdfDocumentInfo

Class PdfDocumentInfo

Le nom : Aspose.Html.Rendering.Pdf Assemblaggio: Aspose.HTML.dll (25.4.0)

Il représente les informations sur le document PDF.

[ComVisible(true)]
public class PdfDocumentInfo

Inheritance

object PdfDocumentInfo

I membri ereditari

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

Properties

Author

Le nom de la personne qui a créé le document.

public string Author { get; set; }

Valore di proprietà

string

CreationDate

Obtenez ou définissez la date de création du document spécifiée comme l’heure universelle coordonnée (UTC).

public DateTime CreationDate { get; set; }

Valore di proprietà

DateTime

Creator

Le nom du produit qui a créé le document original.

public string Creator { get; set; }

Valore di proprietà

string

Keywords

Paroles clés liées au document.

public string Keywords { get; set; }

Valore di proprietà

string

ModificationDate

Obtenez ou définissez la date de modification du document spécifiée comme l’heure universelle coordonnée (UTC).

public DateTime ModificationDate { get; set; }

Valore di proprietà

DateTime

Producer

Le nom du produit qui a converti le document.

public string Producer { get; set; }

Valore di proprietà

string

Subject

Le sujet du document.

public string Subject { get; set; }

Valore di proprietà

string

Title

Le titre du document.

public string Title { get; set; }

Valore di proprietà

string

 Français