ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.AdobePDF Namespace / ImGearAdobePDFXMPMetadata Class / PDFVersion Property




In This Topic
PDFVersion Property
In This Topic
Gets or sets PDFVersion property of the AdobePDF XMP schema. This XMP property specifies the PDF file version (for example: 1.0, 1.3, and so on).
Syntax
'Declaration
 
Public Property PDFVersion As ImGearXMPString
 
'Usage
 
Dim instance As ImGearAdobePDFXMPMetadata
Dim value As ImGearXMPString
 
instance.PDFVersion = value
 
value = instance.PDFVersion

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
See Also