Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Show in webframe

DefaultResolution Property






Default resolution in dots per inch of this document.
Syntax
public double DefaultResolution {get; set;}
'Declaration
 
Public Property DefaultResolution As Double
'Usage
 
Dim instance As DocumentPages
Dim value As Double
 
instance.DefaultResolution = value
 
value = instance.DefaultResolution
public double getDefaultResolution()
public void setDefaultResolution(double value)
            
public:
property double DefaultResolution {
   double get();
   void set (    double value);
}

Property Value

The default resolution in dots per inch (DPI) of this document. Default value depends on how this document was created. This value cannot be less than 0.
Remarks

DocumentPage.SetImage can be called to set a new raster image for the page. The page Size and Resolution will be updated from the image parameter passed. If the image passed was null, then the document uses the values of DefaultPageSize and DefaultResolution as the new Size and Resolution respectively.

DefaultResolution is also used by the methods used to convert between document units and pixels, refer to Documents Library Coordinate System for more information.

The initial values of DefaultPageSize and DefaultResolution is as follows:

Example

For an example, refer to DefaultPageSize.

Requirements

Target Platforms

See Also

Reference

DocumentPages Class
DocumentPages Members

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features