How can we print just a user selected area rather than the whole document, eg from date to date?
The Exontrol’s ExPrint component provides print and print preview capabilities for the component. The Options property of the ExPrint object may be used to pass custom options for the print and print preview of the component. You can use the StartPrintDate and EndPrintDate properties to specify the range to print the chart. If these are not implemented, you still can print a specified range using the Options property as follow: Currently, the component supports the following options: • DateStart, indicates the new starting date for the print and print preview. If missing, the default starting date is used. • DateEnd, indicates the new ending date for the print and print preview. If missing, the default ending date is used. • ColumnsOnEveryPage=#value#, specifies that the control prints the columns section on each page, if the value is not zero. If the ColumnsOnEveryPage option is negative, its absolute value minus one, indicates the index of the column being printed on each page, else
Related Questions
- How do we inform our ILL/document delivery staffs that a user may recall either the print volume or a photocopy/fax from an RLF of a title that is part of the study?
- How can we print just a user selected area rather than the whole document, eg from date to date?
- How can I print selected pages of a PostScipt document?