| Visual Basic (Declaration) | |
|---|---|
Public Property ShowRasterizeDocumentOptions As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RasterOpenDialog Dim value As Boolean instance.ShowRasterizeDocumentOptions = value value = instance.ShowRasterizeDocumentOptions | |
| C# | |
|---|---|
public bool ShowRasterizeDocumentOptions {get; set;} | |
Property Value
true if the Rasterize Document Options tab is to be displayed; otherwise, false.Refer to RasterOpenDialog example.
The Rasterize Document Options tab of the File Load Option dialog is shown in the following figure:

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code