Back to Devexpress

PdfDocument.Version Property

officefileapi-devexpress-dot-pdf-dot-pdfdocument-d649e81b.md

latest1.4 KB
Original Source

PdfDocument.Version Property

Indicates the version of the PDF specification to which the document conforms if later than the version specified in the file’s header.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfFileVersion Version { get; }
vb
Public ReadOnly Property Version As PdfFileVersion

Property Value

TypeDescription
DevExpress.Pdf.PdfFileVersion

A DevExpress.Pdf.PdfFileVersion object.

|

Remarks

If the header specifies a later version, or if this entry is absent, the document shall conform to the version specified in the header.

This entry enables a conforming writer to update the version using an incremental update.

The value of this entry shall be a name object, not a number, and therefore shall be preceded by a SOLIDUS ( 2Fh ) character (/) when written in the PDF file.

See Also

PdfDocument Class

PdfDocument Members

DevExpress.Pdf Namespace