←Select platform

DefaultRasterResolution Property

Summary

The default resolution to use when loading raster file formats that do not have a resolution.

Syntax
C#
C++/CLI
Python
public static int DefaultRasterResolution { get; set; } 
public:  
   static property Int32 DefaultRasterResolution 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 
DefaultRasterResolution # get and set (DocumentFactory) 

Property Value

Resolution to use when loading raster file formats that do not have a resolution. The default value is 96.

Remarks

Raster file formats, such as TIFF, JPEG, PNG, and BMP usually have a resolution value stored in the image file itself. Therefore, this property is not used for such files. Instead, the resolution is parsed from the image data and is set in the values described below.

If the raster file does not have a resolution value stored or is set to 0, then the DocumentFactory will use the value of DefaultRasterResolution instead.

DocumentFactory sets this value initially and every time it changes in the CodecsLoadOptions.Resolution value of RasterCodecsTemplate as follows:

C#
DocumentFactory.Options.Load.Resolution = DocumentFactory.DefaultRasterResolution; 

Whether the resolution was read from the file or is not found and the default value is picked, the resolution value will then be used by the following:

Help Version 22.0.2023.4.21
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.