Visual Basic (Declaration) | |
---|---|
Public Property ShowXpsOptions As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterOpenDialog Dim value As Boolean instance.ShowXpsOptions = value value = instance.ShowXpsOptions |
C# | |
---|---|
public bool ShowXpsOptions {get; set;} |
Property Value
true if the Xps Options tab is to be displayed; otherwise, false.Refer to RasterOpenDialog example.
The Xps 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