VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.FileAttachments Namespace / PdfAttachmentCollectionSplitterBar Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    PdfAttachmentCollectionSplitterBar Class
    In This Topic
    Represents split bar parameters that specifies the orientation of the splitter bar.
    Object Model
    PdfDocument PdfIndirectReference PdfBasicObject PdfAttachmentCollectionSplitterBar
    Syntax
    'Declaration
    
    Public Class PdfAttachmentCollectionSplitterBar
       Inherits Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
    
    
    public class PdfAttachmentCollectionSplitterBar : Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
    
    
    public __gc class PdfAttachmentCollectionSplitterBar : public Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase*
    
    
    public ref class PdfAttachmentCollectionSplitterBar : public Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase^
    
    
    Remarks

    An attachments can be displayed in a split view, showing a navigator (or file list) in one sub-view and a preview of the currently selected document in the other. A splitter bar holds information that specifies the initial orientation (horizontal, vertical, or no split) of the splitter control and its position.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
          Vintasoft.Imaging.Pdf.Tree.FileAttachments.PdfAttachmentCollectionSplitterBar

    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