Class PropertyReportSectionReverseSide
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Reverse side report section definition extending PropertyReportSection with duplex/simplex specific modes and issue condition.
public class PropertyReportSectionReverseSide : PropertyReportSection
- Inheritance
-
PropertyReportSectionReverseSide
- Inherited Members
Properties
DuplexReverseSideMode
Gets or sets the duplex reverse side mode (engine specific constant).
public string DuplexReverseSideMode { get; set; }
Property Value
IssueCondition
Gets or sets the issue condition determining whether this reverse side is output.
public string IssueCondition { get; set; }
Property Value
SimplexReverseSideMode
Gets or sets the simplex reverse side mode (engine specific constant).
public string SimplexReverseSideMode { get; set; }