VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfDeveloperExtension Class / BaseVersion Property
Syntax Remarks Requirements SeeAlso
In This Topic
    BaseVersion Property (PdfDeveloperExtension)
    In This Topic
    Gets the name that designates a version of the PDF specification and that is syntactically consistent with the SpecificationVersion property.
    Syntax
    'Declaration
    
    Public ReadOnly Property BaseVersion As System.String
    
    
    public System.String BaseVersion { get; }
    
    
    public: __property System.String get_BaseVersion();
    
    
    
    public:
    property System.String BaseVersion { System.String get(); }
    Remarks

    Note: The version in a PDF file can be specified in two places. The initial line in the file (Format) or in the SpecificationVersion property. The BaseVersion value may differ from the version number on the header line, or as supplied by the SpecificationVersion property. This is because it reflects the version of the standard that is extended and not the version of this particular file.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also