ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFPreflightConversionOptions Class / Profile Property




In This Topic
    Profile Property
    In This Topic
    Gets the preflight profile with which compliance is being achieved.
    Syntax
    'Declaration
     
    Public ReadOnly Property Profile As ImGearPDFPreflightProfile
    'Usage
     
    Dim instance As ImGearPDFPreflightConversionOptions
    Dim value As ImGearPDFPreflightProfile
     
    value = instance.Profile
    public ImGearPDFPreflightProfile Profile {get;}
    public: __property ImGearPDFPreflightProfile get_Profile();
    public:
    property ImGearPDFPreflightProfile Profile {
       ImGearPDFPreflightProfile get();
    }
    See Also