DefaultOverrideImageResolution Constant
In This Article
Specifies the default spatial resolution (in pixels per inch) for all exported images.
#Declaration
Delphi
const DefaultOverrideImageResolution = 96;
#Remarks
This writeable typed constant is the OverrideImageResolution property’s default value.
See Also