ImageGear .NET v25.2 - Updated
ImageGear.Formats.SimplifiedMetadata Assembly / ImageGear.Formats.XMP.AdobePDF Namespace / ImGearAdobePDFXMPMetadata Class / PDFVersion Property




In This Topic
    PDFVersion Property (ImGearAdobePDFXMPMetadata)
    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
    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