| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property YResolution As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public virtual int YResolution {get; set;} | |
Return Value
Vertical resolution in dots per inch.For an example, refer to XResolution
Some file formats save this value in the file header.
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code