Gets the version of the PDF specification to which this document conforms.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfVersion Version { get; }
VB
Public ReadOnly Property Version As PdfVersion
Get
Property Value
Type:
PdfVersionThe version of the PDF specification to which this document conforms.
Remarks
By default, PDF documents created by the library conform to
Pdf13 version.
See Also