ContentSiteView.ShouldApplyRasterizationScale Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether the ContentSite applies the computed RasterizationScale as an optical scale.
public:
property bool ShouldApplyRasterizationScale { bool get(); };
bool ShouldApplyRasterizationScale();
public bool ShouldApplyRasterizationScale { get; }
var boolean = contentSiteView.shouldApplyRasterizationScale;
Public ReadOnly Property ShouldApplyRasterizationScale As Boolean
Property Value
Boolean
bool
True, if the ContentSite applies the computed RasterizationScale as an optical scale; otherwise, false.