Accusoft.PdfXpress7.Net
Compress Property (PdfDocumentAttachment)




Specifies if the attachment data is compressed. The attachment is compressed using a FlateDecode filter which in most cases will compress the attachment, however if the attachment is already compressed this setting may not have a significant effect.
Syntax
'Declaration
 
Public Property Compress As Boolean
'Usage
 
Dim instance As PdfDocumentAttachment
Dim value As Boolean
 
instance.Compress = value
 
value = instance.Compress
public bool Compress {get; set;}
public: __property bool get_Compress();
public: __property void set_Compress( 
   bool value
);
public:
property bool Compress {
   bool get();
   void set (    bool value);
}
Remarks
Default value: false.
See Also

Reference

PdfDocumentAttachment Class
PdfDocumentAttachment Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback