'Declaration<BrowsableAttribute(False)> Public ReadOnly Property FileAttachments As PDFFileAttachmentCollection
'UsageDim instance As PDFDocument Dim value As PDFFileAttachmentCollection value = instance.FileAttachments
[Browsable(false)] public PDFFileAttachmentCollection FileAttachments {get;}
[Browsable(false)] public: __property PDFFileAttachmentCollection* get_FileAttachments();
[Browsable(false)] public: property PDFFileAttachmentCollection^ FileAttachments { PDFFileAttachmentCollection^ get(); }