PrintRange Interface

Represents a single range of consecutive slides or pages to be printed.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("9149345F-5A91-11CF-8700-00AA0060263B")> _
Public Interface PrintRange
'Usage
Dim instance As PrintRange
[GuidAttribute("9149345F-5A91-11CF-8700-00AA0060263B")]
public interface PrintRange

Remarks

The PrintRange object is a member of the PrintRanges collection. The PrintRanges collection contains all the print ranges that have been defined for the specified presentation.

You can set print ranges in the PrintRanges collection independent of the RangeType setting; these ranges are retained as long as the presentation that they are contained in is loaded. The ranges in the PrintRanges collection are applied when the RangeType property is set to ppPrintSlideRange.

See Also

Reference

PrintRange Members

Microsoft.Office.Interop.PowerPoint Namespace