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


IArcPressPrinter.SavePaper Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > OutputExtensions > ESRI.ArcGIS.OutputExtensions > Interfaces > IA > IArcPressPrinter Interface > IArcPressPrinter.SavePaper Property
ArcGIS Developer Help

IArcPressPrinter.SavePaper Property

Indicates if the Save Paper option is used.

[Visual Basic .NET]
Public Property SavePaper As Boolean
[C#]
public bool SavePaper {get; set;}

Product Availability

Available with ArcGIS Desktop.

Description

Enables/Disables ArcPress autorotation to save paper.  This is the property that is controlled by the "Save Paper" checkbox in the ArcPress Properties dialog.

See Also

IArcPressPrinter Interface