You are here: GdPicture.NET > Documentation > Classes > GdViewer Class > GdViewer Methods > Document Printing > PrintSetFromToPage Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdViewer.PrintSetFromToPage Method

Ask to the component for the next print process to print a range of page with multipage tif image.

C#
public PrintSetFromToPage(
    int FromPage, 
    int ToPage
);
Visual Basic
Public Sub PrintSetFromToPage(
    ByVal FromPage As Integer, 
    ByVal ToPage As Integer
)
Parameters
Parameters 
Description 
FromPage 
First page to print.  
ToPage 
Last page to print.  
What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.