GrapeCity.Xaml.SpreadSheet.Data
DocumentAttachments Property


GrapeCity.Xaml.SpreadSheet.Data Namespace > PdfExportSettings Class : DocumentAttachments Property
Gets the document attachments.
Syntax
'Declaration
 
Public ReadOnly Property DocumentAttachments As List(Of DocumentAttachment)
'Usage
 
Dim instance As PdfExportSettings
Dim value As List(Of DocumentAttachment)
 
value = instance.DocumentAttachments
public List<DocumentAttachment> DocumentAttachments {get;}

Property Value

The document attachments. The default value is never null.
See Also

Reference

PdfExportSettings Class
PdfExportSettings Members