This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExportSVG Interface > IExportSVG.Compressed Property (ArcObjects .NET 10.5 SDK) |
Indicates if the SVG file is compressed.
[Visual Basic .NET] Public Property Compressed As Boolean
[C#] public bool Compressed {get; set;}
[C++]
HRESULT get_Compressed(
VARIANT_BOOL* Compressed
);
[C++]
HRESULT put_Compressed(
VARIANT_BOOL Compressed
);
[C++]
Parameters Compressed [out, retval] Compressed is a parameter of type VARIANT_BOOL Compressed [in] Compressed is a parameter of type VARIANT_BOOL