1 write to OwnerPrintCap
ReachFramework (1)
PrintConfig\PrtCap_Base.cs (1)
44
this.
OwnerPrintCap
= ownerPrintCap;
9 references to OwnerPrintCap
ReachFramework (9)
PrintConfig\PageScaling.cs (9)
82
return (ScalingScaleWidthCapability)(this.OwnerFeature.
OwnerPrintCap
._pcLocalParamDefs[_scaleWIndex]);
103
return (ScalingScaleHeightCapability)(this.OwnerFeature.
OwnerPrintCap
._pcLocalParamDefs[_scaleHIndex]);
114
return (ScalingSquareScaleCapability)(this.OwnerFeature.
OwnerPrintCap
._pcLocalParamDefs[_squareScaleIndex]);
223
option.OwnerFeature.
OwnerPrintCap
.SetLocalParameterDefAsRequired(option._scaleWIndex, false);
228
option.OwnerFeature.
OwnerPrintCap
.SetLocalParameterDefAsRequired(option._scaleHIndex, false);
245
option.OwnerFeature.
OwnerPrintCap
.SetLocalParameterDefAsRequired(option._squareScaleIndex, false);
312
option.OwnerFeature.
OwnerPrintCap
.SetLocalParameterDefAsRequired(option._scaleWIndex, true);
320
option.OwnerFeature.
OwnerPrintCap
.SetLocalParameterDefAsRequired(option._scaleHIndex, true);
328
option.OwnerFeature.
OwnerPrintCap
.SetLocalParameterDefAsRequired(option._squareScaleIndex, true);