1 write to OwnerPrintCap
ReachFramework (1)
PrintConfig\PrtCap_Base.cs (1)
33
this.
OwnerPrintCap
= ownerPrintCap;
9 references to OwnerPrintCap
ReachFramework (9)
PrintConfig\PageScaling.cs (9)
72
return (ScalingScaleWidthCapability)(this.OwnerFeature.
OwnerPrintCap
._pcLocalParamDefs[_scaleWIndex]);
93
return (ScalingScaleHeightCapability)(this.OwnerFeature.
OwnerPrintCap
._pcLocalParamDefs[_scaleHIndex]);
104
return (ScalingSquareScaleCapability)(this.OwnerFeature.
OwnerPrintCap
._pcLocalParamDefs[_squareScaleIndex]);
215
option.OwnerFeature.
OwnerPrintCap
.SetLocalParameterDefAsRequired(option._scaleWIndex, false);
220
option.OwnerFeature.
OwnerPrintCap
.SetLocalParameterDefAsRequired(option._scaleHIndex, false);
237
option.OwnerFeature.
OwnerPrintCap
.SetLocalParameterDefAsRequired(option._squareScaleIndex, false);
304
option.OwnerFeature.
OwnerPrintCap
.SetLocalParameterDefAsRequired(option._scaleWIndex, true);
312
option.OwnerFeature.
OwnerPrintCap
.SetLocalParameterDefAsRequired(option._scaleHIndex, true);
320
option.OwnerFeature.
OwnerPrintCap
.SetLocalParameterDefAsRequired(option._squareScaleIndex, true);