@msdn=http://msdn.microsoft.com/en-us/library/windows/desktop/dd183565(v=vs.85).aspx @pinvoke=http://pinvoke.net/$$$.htm Summary: Defines the values for the dmCollate-Field of the [DEVMODE] struct. !!!!C# Definition: /// <summary> /// Specifies whether collation should be used when printing multiple copies. /// </summary> internal enum DMCOLLATE : short { /// <summary> /// Do not collate when printing multiple copies. /// </summary> DMCOLLATE_FALSE = 0, /// <summary> /// Collate when printing multiple copies. /// </summary> DMCOLLATE_TRUE = 1 } !!!!Notes: None. Documentation: DMCOLLATE@msdn on MSDN
Edit Enums.DMCOLLATE
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.