Visual Basic (Declaration) | |
---|---|
Public Property XResolution As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int XResolution {get; set;} |
Return Value
An Int32 value that indicates the horizontal resolution to use when rasterization document files such as PDF and XPS. The default value is 0, which means use the current screen resolution.Refer to RasterOpenDialog example.
For more information, refer to CodecsRasterizeDocumentLoadOptions
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family