Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / DocumentAttachment Class / Compress Property


In This Topic
    Compress Property
    In This Topic
    Gets or sets a value that indicates whether this DocumentAttachment is compressed.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(True)>
    Public Property Compress As Boolean
    'Usage
     
    Dim instance As DocumentAttachment
    Dim value As Boolean
     
    instance.Compress = value
     
    value = instance.Compress
    [DefaultValue(true)]
    public bool Compress {get; set;}

    Property Value

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