MarginsConverter Class
Provides a MarginsConverter for Margins.
For a list of all members of this type, see MarginsConverter Members.
System.Object
System.ComponentModel.TypeConverter
System.ComponentModel.ExpandableObjectConverter
System.Drawing.Printing.MarginsConverter
[Visual Basic] Public Class MarginsConverter Inherits ExpandableObjectConverter [C#] public class MarginsConverter : ExpandableObjectConverter [C++] public __gc class MarginsConverter : public ExpandableObjectConverter [JScript] public class MarginsConverter extends ExpandableObjectConverter
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
MarginsConverter provides methods that can convert a string to a Margins.
Note You should never access a type converter directly. Instead, call the appropriate converter by using TypeDescriptor. For more information, see the examples in the TypeConverter base class.
For more information about type converters, see the TypeConverter base class and Implementing a Type Converter.
For more information on printing, see the System.Drawing.Printing namespace overview.
Requirements
Namespace: System.Drawing.Printing
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Drawing (in System.Drawing.dll)
See Also
MarginsConverter Members | System.Drawing.Printing Namespace | Margins | PageSettings | PrintDocument