LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)

YResolution Property (RasterDialogMiscFileOptions)

Show in webframe





Gets or sets the vertical load resolution.
Syntax
public int YResolution {get; set;}
'Declaration
 
Public Property YResolution As Integer
'Usage
 
Dim instance As RasterDialogMiscFileOptions
Dim value As Integer
 
instance.YResolution = value
 
value = instance.YResolution

            

            
public:
property int YResolution {
   int get();
   void set (    int value);
}

Property Value

Represents the vertical load resolution.
Example
Refer to RasterOpenDialog example.
Requirements

Target Platforms

See Also

Reference

RasterDialogMiscFileOptions Class
RasterDialogMiscFileOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.