This document is archived and information here might be outdated.  Recommended version.


IExportPDF.Compressed Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExportPDF Interface > IExportPDF.Compressed Property
ArcGIS Developer Help

IExportPDF.Compressed Property

Indicates if the PDF should be compressed.

[Visual Basic .NET]
Public Property Compressed As Boolean
[C#]
public bool Compressed {get; set;}
[C++]
HRESULT get_Compressed(
  Boolean* Compressed
);
[C++]
HRESULT put_Compressed(
  VARIANT_BOOL Compressed
);
[C++]
Parameters
Compressed [out, retval]

Compressed is a parameter of type bool* Compressed [in]
Compressed is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IExportPDF Interface