ImageGear .NET v24.12 - Updated
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
public ImGearXMPString PDFVersion {get; set;}
public: __property ImGearXMPString* get_PDFVersion();
public: __property void set_PDFVersion( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ PDFVersion {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

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

Reference

ImGearAdobePDFXMPMetadata Class
ImGearAdobePDFXMPMetadata Members