OptimizationOptions
CompressContents Property
|
Indicates whether to compress page contents.
Namespace:
Spire.Pdf.Conversion.Compression
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool CompressContents { get; set; }
Public Property CompressContents As Boolean
Get
Set
public:
property bool CompressContents {
bool get ();
void set (bool value);
}
member CompressContents : bool with get, set
Property Value
Type:
Boolean
See Also