[Missing <summary> documentation for P:PerpetuumSoft.Reporting.Web.XpsExportSettings.DocumentCompressionOption]
Namespace:
PerpetuumSoft.Reporting.Web
Assembly:
PerpetuumSoft.Reporting.Web (in PerpetuumSoft.Reporting.Web.dll) Version: 3.9.0.1
Syntax
C# |
---|
public CompressionOptions DocumentCompressionOption { get; set; } |
Visual Basic (Declaration) |
---|
Public Property DocumentCompressionOption As CompressionOptions |
Visual C++ |
---|
public:
property CompressionOptions DocumentCompressionOption {
CompressionOptions get ();
void set (CompressionOptions value);
} |
See Also