GrapeCity.Xaml.SpreadSheet.Data
Compress Property


GrapeCity.Xaml.SpreadSheet.Data Namespace > DocumentAttachment Class : Compress Property
Gets or sets a value that indicates whether this DocumentAttachment is compressed.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property Compress As Boolean
'Usage
 
Dim instance As DocumentAttachment
Dim value As Boolean
 
instance.Compress = value
 
value = instance.Compress
[DefaultValue()]
public bool Compress {get; set;}

Property Value

true if compressed; otherwise, false. The default value is true.
See Also

Reference

DocumentAttachment Class
DocumentAttachment Members