LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

DefaultResolution Property






Gets or sets the default resolution in dots per inch used when creating new PDFDocument objects.
Syntax
public static int DefaultResolution {get; set;}
'Declaration
 
Public Shared Property DefaultResolution As Integer
'Usage
 
Dim value As Integer
 
PDFDocument.DefaultResolution = value
 
value = PDFDocument.DefaultResolution
public static int DefaultResolution {get; set;}
 get_DefaultResolution();
set_DefaultResolution(value);
public:
static property int DefaultResolution {
   int get();
   void set (    int value);
}

Property Value

A System.Int32 that specifies the default resolution in dots per inch to use when creating new PDFDocument objects. Must be a value greater than or equal to 0. Default value is 150.
Remarks

The PDFDocument constructor will use this value to initialize the PDFDocument.Resolution property.

A value of 0 means "Use current screen resolution", usually, 96.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFDocument Class
PDFDocument Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.