Enum PdfCustomPropertiesExport

Enum PdfCustomPropertiesExport

Namespace: Aspose.Words.Saving
Pengumpulan: Aspose.Words.dll (25.3.0)

Menentukan cara Aspose.Words.Document.CustomDocumentProperties diekspor ke file PDF.

public enum PdfCustomPropertiesExport

Lapangan

Metadata = 2

Properti tersuai adalah Metadata.

The namespace of exported properties in XMP packet is “custprops”. Every property has an associated xml-element “custprops:Property1”, “custprops:Property2” and so on. There is “rdf:Description” element inside property element. The description element has two elements “custprops:Name”, containing custom property’s name as a value of this xml-element, and “custprops:Value”, containing custom property’s value as value of this xml-element.

None = 0

Tidak ada properti yang diekspor.

Standard = 1

Properti tersuai diekspor sebagai entri dalam /Info kamus.

Custom properties with the following names are not exported: “Title”, “Author”, “Subject”, “Keywords”, “Creator”, “Producer”, “CreationDate”, “ModDate”, “Trapped”.

 Indonesia