'Declaration Public Property SplitterBar As PdfAttachmentCollectionSplitterBar
public PdfAttachmentCollectionSplitterBar SplitterBar { get; set; }
public: __property PdfAttachmentCollectionSplitterBar* get_SplitterBar(); public: __property void set_SplitterBar(
PdfAttachmentCollectionSplitterBar* value
);
public:
property PdfAttachmentCollectionSplitterBar^ SplitterBar { PdfAttachmentCollectionSplitterBar^ get(); void set(PdfAttachmentCollectionSplitterBar^ value); }