VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / ImageCollectionDocumentSet Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    ImageCollectionDocumentSet Class
    In This Topic
    Stores information about PDF documents associated with the specified image collection.
    Object Model
    ImageCollection ImageCollectionDocumentSet
    Syntax
    'Declaration
    
    Public Class ImageCollectionDocumentSet
       Inherits Vintasoft.Imaging.Utils.ObjectSetListenerBase(Of T)
    
    
    public class ImageCollectionDocumentSet : Vintasoft.Imaging.Utils.ObjectSetListenerBase<T>
    
    
    public __gc class ImageCollectionDocumentSet : public Vintasoft.Imaging.Utils.ObjectSetListenerBase<T*>*
    
    
    public ref class ImageCollectionDocumentSet : public Vintasoft.Imaging.Utils.ObjectSetListenerBase<T^>^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Utils.ObjectSetListenerBase<Vintasoft.Imaging.Pdf.PdfDocument>
          Vintasoft.Imaging.Pdf.ImageCollectionDocumentSet

    Requirements

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

    See Also