ContentSiteView.ShouldApplyRasterizationScale Property

Definition

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.

Applies to