FarPoint.Win.Spread
PrintInfo Class Members
See Also  Properties  Methods 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : PrintInfo Class


The following tables list the members exposed by PrintInfo.

Public Constructors

 NameDescription
Public ConstructorPrintInfo ConstructorOverloaded. Creates a new PrintInfo object that contains printing behavior settings.  
Top

Public Properties

 NameDescription
Public PropertyAbortMessage Gets or sets the message to display for the abort dialog.  
Public PropertyBestFitCols Gets or sets whether column widths are adjusted to fit the longest string width for printing.  
Public PropertyBestFitRows Gets or sets whether row heights are adjusted to fit the tallest string height for printing.  
Public PropertyCentering Gets or sets how the printed page is centered.  
Public PropertyColEnd Gets or sets the last column to print when printing a cell range.  
Public PropertyColors Gets or sets the color list for the header and footer.  
Public PropertyColStart Gets or sets the first column to print when printing a cell range.  
Public PropertyFirstPageNumber Gets or sets the page number to print on the first page.  
Public PropertyFooter Gets or sets the text and format of footers on printed pages.  
Public PropertyFooterHeight Gets or sets the height in pixels of the footer area.  
Public PropertyHeader Gets or sets the text and format of headers on printed pages.  
Public PropertyHeaderHeight Gets or sets the height in pixels of the header area.  
Public PropertyImages Gets or sets the image list for the header and footer.  
Public PropertyJobName Gets or sets the name of the print job.  
Public PropertyMargin Gets or sets the margins for printing.  
Public PropertyOpacity Gets or sets the opacity used when printing this sheet.  
Public PropertyOrientation Gets or sets the page orientation used for printing.  
Public PropertyPageEnd Gets or sets the last page to print when printing a page range.  
Public PropertyPageOrder Gets or sets the order in which pages print.  
Public PropertyPageStart Gets or sets the first page to print when printing a page range.  
Public PropertyPaperSize Gets or sets the paper size for printing.  
Public PropertyPaperSource Gets or sets the paper source for printing.  
Public PropertyPdfFileName Gets or sets the path and filename for printing the sheet as PDF.  
Public PropertyPdfStream Gets or sets the stream for printing the sheet as PDF.  
Public PropertyPdfWriteMode Gets or sets how printing of the sheet as PDF is handled relative to other sheets.  
Public PropertyPdfWriteTo Gets or sets the output for printing the sheet as PDF.  
Public PropertyPreview Gets or sets whether to preview the sheet instead of printing.  
Public PropertyPrinter Gets or sets the name of the printer to use for printing.  
Public PropertyPrintNotes Gets or sets how cell notes are printed after the sheet(s).  
Public PropertyPrintShapes Gets or sets whether shapes are printed.  
Public PropertyPrintToPdf Gets or sets whether to print the sheet as PDF.  
Public PropertyPrintType Gets or sets what is to be printed.  
Public PropertyRepeatColEnd Gets or sets the last column for a range of columns to print at the left of each page.  
Public PropertyRepeatColStart Gets or sets the first column for a range of columns to print at the left of each page.  
Public PropertyRepeatRowEnd Gets or sets the last row for a range of row to print at the top of each page.  
Public PropertyRepeatRowStart Gets or sets the first row for a range of row to print at the top of each page.  
Public PropertyRowEnd Gets or sets the last row to print when printing a cell range.  
Public PropertyRowStart Gets or sets the first row to print when printing a cell range.  
Public PropertyShowBorder Gets or sets whether to print the outline border around the entire control.  
Public PropertyShowColor Gets or sets whether to print the colors as they appear on the screen.  
Public PropertyShowColumnFooter Gets or sets whether to print the column footer.  
Public PropertyShowColumnFooterEachPage Gets or sets whether to print the column footer every page.  
Public PropertyShowColumnHeader Gets or sets whether to print the column header.  
Public PropertyShowGrid Gets or sets whether to print the grid lines.  
Public PropertyShowPrintDialog Gets or sets whether to display a print dialog before printing.  
Public PropertyShowRowHeader Gets or sets whether to print the row header.  
Public PropertyShowShadows Gets or sets whether to print the header shadows.  
Public PropertyShowSubtitle Get or set wheather whether to print subtitle  
Public PropertyShowTitle Get or set wheather whether to print title  
Public PropertySmartPrintPagesTall Gets or sets the number of pages vertically to check when optimizing printing.  
Public PropertySmartPrintPagesWide Gets or sets the number of pages horizontally to check when optimizing the printing.  
Public PropertySmartPrintRules Gets or sets the collection of rules to optimize the printing.  
Public PropertyUseMax Gets or sets whether to print only rows containing data.  
Public PropertyUseSmartPrint Gets or sets whether the control optimizes the printing using rules.  
Public PropertyZoomFactor Gets or sets the zoom factor used for printing this sheet.  
Top

Public Methods

 NameDescription
Public MethodClone Creates a new PrintInfo object that is a copy of the current instance.  
Public MethodCopyFrom Copies the properties of the specified PrintInfo object to the current PrintInfo object.  
Top

See Also