ImageGear .NET - Updated July 5, 2018
PDFVersion Property (ImGearAdobePDFXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.AdobePDF Namespace > ImGearAdobePDFXMPMetadata Class : PDFVersion Property
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

Reference

ImGearAdobePDFXMPMetadata Class
ImGearAdobePDFXMPMetadata Members