The Job class represents properties about the currently executing job
Syntax
Members
All Members | Constructors | Methods | Properties | Fields | Events |
|
|
|
Icon | Member | Description |
---|---|---|
BatchPostProcessArguments |
Gets the arguments to be passed to the executable for the specified post process (or "" for none).
|
|
BatchPostProcessExecutable |
Gets the name of the executable for the specified post process (or "" for none).
|
|
BatchRecordSize |
Number of records in each batch (if batching output).
|
|
BleedAreaBottom |
Gets the bleed area bottom.
|
|
BleedAreaLeft |
Gets the bleed area left.
|
|
BleedAreaRight |
Gets the bleed area right.
|
|
BleedAreaTop |
Gets the bleed area top.
|
|
CropMarkLength |
Gets the crop mark length.
|
|
CropMarkOffset |
Gets the crop mark offset.
|
|
CustomPageInfo |
Gets the custom page information setting (if any).
|
|
DataSource |
Gets the data source associated with the job (if any).
|
|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
HorizontalScale |
Gets the horizontal scaling applied to the page.
|
|
ImageHandling |
Gets the JobImageHandling setting.
|
|
ImpositionColumns |
Gets the number of columns in the imposition layout.
|
|
ImpositionGapBetweenColumns |
Gets the imposition gap between columns.
|
|
ImpositionGapBetweenRows |
Gets the imposition gap between rows.
|
|
ImpositionLeftAndRightMargins |
Gets the imposition layout's left and right margins.
|
|
ImpositionPrintType |
Gets the JobImpositionPrintType setting.
|
|
ImpositionRecordOrder |
Gets the JobImpositionRecordOrder setting.
|
|
ImpositionRows |
Gets the number of rows in the imposition layout.
|
|
ImpositionSheetHeight |
Gets the sheet height.
|
|
ImpositionSheetWidth |
Gets the sheet width.
|
|
ImpositionTopAndBottomMargins |
Gets the imposition layout's top and bottom margins.
|
|
ImpositionType |
Gets the JobImpositionType setting.
|
|
IncludeBleedArea |
Gets whether the output will include a bleed area.
|
|
IncludeCropMarks |
Gets whether the output will include crop marks.
|
|
IncludeGeneralPageInfo |
Gets whether to include general page information.
|
|
JobPostProcessArguments |
Gets the arguments to be passed to the executable for the specified post process (or "" for none).
|
|
JobPostProcessExecutable |
Gets the name of the executable for the specified post process (or "" for none).
|
|
MemberwiseClone() | (Inherited from Object.) | |
Name |
Gets the name of the job.
|
|
OutputDestinationLocation |
Gets the location of output when OutputDestinationType is either UserOutputFolder or Printer.
|
|
OutputDestinationType |
Gets the JobOutputDestinationType.
|
|
OutputFormat |
Gets the JobOutputFormat.
|
|
OutputHandling |
Gets the JobOutputHandling type.
|
|
PageOrientation |
Gets the JobPageOrientation setting.
|
|
PageRange |
The range of pages to print or an empty string for all pages.
|
|
RecordPostProcessArguments |
Gets the arguments to be passed to the executable for the specified post process (or "" for none).
|
|
RecordPostProcessExecutable |
Gets the name of the executable for the specified post process (or "" for none).
|
|
SuppressedElementsHandling |
Gets the JobSuppressedElementsHandling specification.
|
|
Template |
Gets the template associated with the job.
|
|
ToString() | (Inherited from Object.) | |
VerticalScale |
Gets the vertical scaling applied to the page.
|
Remarks
Some job properties may be overriden in the command packet. The Job class will always return
what the original job defined.
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)