Leadtools.WinForms.CommonDialogs.File Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterDialogMetaFileOptions Class
See Also  Members  
Leadtools.WinForms.CommonDialogs.File Namespace : RasterDialogMetaFileOptions Class



Represents the Raster Meta File load options that can be used in the load process for the RasterImageFormat.Wmf, and RasterImageFormat.Emf formats, this class will be filled with File Load Options dialog options in the Resolution tap.

Syntax

Visual Basic (Declaration) 
Public Class RasterDialogMetaFileOptions 
Visual Basic (Usage)Copy Code
Dim instance As RasterDialogMetaFileOptions
C# 
public class RasterDialogMetaFileOptions 
C++/CLI 
public ref class RasterDialogMetaFileOptions 

Example

Refer to RasterOpenDialog example.

Remarks

The Meta-File Options tab can be seen below:

Inheritance Hierarchy

System.Object
   Leadtools.WinForms.CommonDialogs.File.RasterDialogMetaFileOptions

Requirements

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

See Also