public enum DocumentType { DocumentTypeUnknown = 0, DocumentTypeBitmap = 1, DocumentTypeMetaFile = 2, DocumentTypePDF = 3 }
Public Enum DocumentType DocumentTypeUnknown = 0 DocumentTypeBitmap = 1 DocumentTypeMetaFile = 2 DocumentTypePDF = 3 End Enum
This is record DocumentType.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|