Visual Basic (Declaration) | |
---|---|
Public Property YResolution As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterDialogRasterizeDocumentFileOptions Dim value As Integer instance.YResolution = value value = instance.YResolution |
C# | |
---|---|
public int YResolution {get; set;} |
Property Value
An System.Int32 value that indicates the vertical 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 Leadtools.Codecs.CodecsRasterizeDocumentLoadOptions
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7