VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfDocument Class / SpecificationVersion Property
Syntax Remarks Requirements SeeAlso
In This Topic
    SpecificationVersion Property (PdfDocument)
    In This Topic
    Gets or sets the version of the PDF specification to which the document conforms (for example, 1.4) if later than the version specified in the file's header (Format).
    Syntax
    'Declaration
    
    Public Property SpecificationVersion As System.String
    
    
    public System.String SpecificationVersion { get; set; }
    
    
    public: __property System.String get_SpecificationVersion();
    public: __property void set_SpecificationVersion(
    System.String value
    );
    public:
    property System.String SpecificationVersion { System.String get(); void set(System.String value); }
    Remarks

    If the header specifies a later version, or if this property is absent, the document conforms to the version specified in the header. This entry enables a PDF producer application to update the version using an incremental update.

    Requirements

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

    See Also