PdfSaveOptions.Version Property

Gets or sets the PDF version to use while saving the document.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfVersion Version { get; set; }
VB
Public Property Version As PdfVersion
	Get
	Set

Property Value

Type: PdfVersion
The PDF version to use while saving the document.

Remarks

Default value: Pdf13.

The library can save the document using a PDF version newer than specified in this property. This happens when the document uses features from the newer PDF version.

See Also