XY Chart NET 3 Control Reference
PrintSettings Class

PrintSettings Class consists of the following properties:

Property Description Data Type Default
BottomMargin Determines the bottom margin page setting, in hundredths of an inch. Integer 75
Color Determines if the printout is in color (if printer supports color) or black/white. Boolean False
DocumentName Determines the Document Name to display in the printer queue. String "XYChartNET document"
LeftMargin Determines the left margin page setting, in hundredths of an inch. Integer 75
NumCopies Determines the number of copies to print. Integer 1
Orientation Determines the paper orientation page setting. Enumerated type consisting of the following options:
  • poPortrait (=1)
  • poLandscape (=2)
poPortrait
RightMargin Determines the right margin page setting, in hundredths of an inch. Integer 75
ShowDialog Determines if the Print dialog is displayed when the toolbar's Print button is selected or the PrintChart method is called. Boolean True
TopMargin Determines the top margin page setting, in hundredths of an inch. Integer 75

 

See Also

 

 


© 2003 - 2013 ControlEng Corporation. All rights reserved.