DataGate Print File Designer® - Build 8.0.355 and above

PrintFile Class Properties

PrintFile Class Overview

Public Properties


Property Description

CheckFormatLevels

Gets or sets the boolean value indicating whether the print file format ID's at run-time are to be compared to the format ID's of the print file at compile-time.

Collate

Gets or sets a boolean value indicating if collation of multiple copies will be performed. The default is False.

public propertyCopies

Gets or sets an integer value indicating the number of copies to print.

DrawGrid

Gets or sets a value indicating whether a grid should be drawn on the control for this designer.

Duplex

Gets or sets the  System.Drawing.Printing.Duplex enumeration value for the duplex print setting. The default is Default.

FileText

Gets or sets the text for the file.

public propertyFont
(inherited from Control)

Gets or sets the font of the text displayed by the control.

public propertyForecolor
(inherited from Control)

Gets or sets the foreground color of the control.

GridSize

Gets or sets the size of each square of the grid that is drawn when the designer is in grid draw mode.

Language

 

LeftMargin

Gets or sets an integer value indicating the width of the nonprintable area on the left side of the page, in inches or millimeters.  The printer's default left margin is the default value.

Localizable

Determines if localizable code will be generated for this object.  The default is False.

Orientation

Gets or sets the ASNA.DataGate.Common.PaperOrientation enumeration value indicating the orientation of the paper.

Overflow

Gets or sets an integer value indicating the length of the overflow area.

PaperLength

Gets or sets an integer value indicating the length of the paper.  The default is 11.

PaperSize

Gets or sets the System.Drawing.Printing.PaperKind enumeration value indicating the type (size) of the paper.  The default is Letter.

PaperSource

Gets or sets the System.Drawing.Printing.PaperSourceKind enumeration value indicating the paper tray to use as the source of the paper.

PaperWidth

Gets or sets an integer value indicating the width of the paper, in inches or millimeters, based upon the PaperSize and Orientation properties.  The default is 8.5.

PrintableLength

Gets or sets an integer value indicating the length of the printable area, in inches or millimeters, based upon the page Orientation and Units property.

Printer

Gets or sets the name (complete path and name) of the accessible printer device.

PrintSetup

Gets or sets a boolean value indicating if the print setup dialog is to display before printing.  The default is False.

Quality

Gets or sets the System.Drawing.Printing.PrinterResolutionKind enumeration value indicating the printer resolution setting.  The default is Custom which indicates the print quality used will be the printer's default resolution preference setting.

ReportName

Gets or sets the name of the document for the print file.

Scale

Gets or sets an integer value containing the percentage factor by  which the printed output is to be scaled.

SnapToGrid

Determines if controls should snap to the positioning grid.

TopMargin

Gets or sets an integer value indicating the size of the nonprintable area at the top of the page, in inches or millimeters.

Units

Gets or sets the ASNA.DataGate.PrintFileDesigner.Controls.Units enumeration value for the unit of measurement within the control; either inches or millimeters.  The default is Inches.

UseColor

Gets or sets a boolean value indicating whether the printed output will be printed in color, for color capable printers.  The default is False.


See Also

PrintFile Class Overview | Setting PrintFile Properties