VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfDeveloperExtension Class / ExtensionLevel Property
Syntax Remarks Requirements SeeAlso
In This Topic
ExtensionLevel Property (PdfDeveloperExtension)
In This Topic
Gets an integer that is used in conjunction with the associated BaseVersion.
Syntax
'Declaration

Public ReadOnly Property ExtensionLevel As System.Int32

public System.Int32 ExtensionLevel { get; }

Remarks

The interpretation of this value is defined by the developer. The value of ExtensionLevel for a particular BaseVersion value shall increase over subsequent extensions.
Note: Developers can designate lower-order digits to represent sub-levels. For example, the value 100 could represent 1.0, or the value 101 could represent 1.1.

Requirements

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

See Also