VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Metadata Namespace / NdpiImageMetadata Class / IFD Property
Syntax Requirements SeeAlso
In This Topic
    IFD Property (NdpiImageMetadata)
    In This Topic
    Gets a metadata node that stores information about the image file directory (IFD).
    Syntax
    'Declaration
    
    Public ReadOnly Property IFD As TiffPageIfdMetadata
    
    
    public TiffPageIfdMetadata IFD { get; }
    
    
    public: __property TiffPageIfdMetadata* get_IFD();
    
    
    
    public:
    property TiffPageIfdMetadata^ IFD { TiffPageIfdMetadata^ get(); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also