PrintDocument.SetPreviewPageCount(Int32, PreviewPageCountType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the number of pages prepared for print preview and added to the print list.
public:
virtual void SetPreviewPageCount(int count, PreviewPageCountType type) = SetPreviewPageCount;
void SetPreviewPageCount(int const& count, PreviewPageCountType const& type);
public void SetPreviewPageCount(int count, PreviewPageCountType type);
function setPreviewPageCount(count, type)
Public Sub SetPreviewPageCount (count As Integer, type As PreviewPageCountType)
Parameters
- count
-
Int32
int
The number of pages included in the preview.
- type
- PreviewPageCountType
A value of the enumeration that specifies how to determine the page count.