UtilityMethods
StandardResolution Field
|
This is the default resolution for images we create.
We should specify it on all bitmaps we create because new bitmaps
default to the current screen resolution.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public const float StandardResolution = 96f
Public Const StandardResolution As Single = 96F
public:
literal float StandardResolution = 96f
static val mutable StandardResolution: float32
Field Value
Type:
Single
See Also