public enum ViewerDocumentAlignment { DocumentAlignmentMiddleLeft = 0, DocumentAlignmentMiddleRight = 1, DocumentAlignmentMiddleCenter = 2, DocumentAlignmentTopLeft = 4, DocumentAlignmentTopRight = 5, DocumentAlignmentTopCenter = 6, DocumentAlignmentBottomLeft = 7, DocumentAlignmentBottomRight = 8, DocumentAlignmentBottomCenter = 9 }
Public Enum ViewerDocumentAlignment DocumentAlignmentMiddleLeft = 0 DocumentAlignmentMiddleRight = 1 DocumentAlignmentMiddleCenter = 2 DocumentAlignmentTopLeft = 4 DocumentAlignmentTopRight = 5 DocumentAlignmentTopCenter = 6 DocumentAlignmentBottomLeft = 7 DocumentAlignmentBottomRight = 8 DocumentAlignmentBottomCenter = 9 End Enum
This is record ViewerDocumentAlignment.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|