Use double for pdf version instead of decimal

This commit is contained in:
BobLd
2024-01-21 15:07:02 +00:00
parent 19734142af
commit 3bdc9498de
14 changed files with 31 additions and 31 deletions

View File

@@ -52,7 +52,7 @@
public DocumentInformation Information { get; }
/// <summary>
/// Access to the underlying raw structure of the document.
/// Access to the underlying raw structure of the document.
/// </summary>
[NotNull]
public Structure Structure { get; }
@@ -65,7 +65,7 @@
/// <summary>
/// The version number of the PDF specification which this file conforms to, for example 1.4.
/// </summary>
public decimal Version => version.Version;
public double Version => version.Version;
/// <summary>
/// Get the number of pages in this document.