You are here: GdPicture.NET > Documentation > Structs, Records, Enums > Enumerations > ViewerDocumentAlignment Enumeration
logo.gif
ContentsIndexHome
PreviousUpNext
ViewerDocumentAlignment Enumeration
C#
public enum ViewerDocumentAlignment {
  DocumentAlignmentMiddleLeft = 0,
  DocumentAlignmentMiddleRight = 1,
  DocumentAlignmentMiddleCenter = 2,
  DocumentAlignmentTopLeft = 4,
  DocumentAlignmentTopRight = 5,
  DocumentAlignmentTopCenter = 6,
  DocumentAlignmentBottomLeft = 7,
  DocumentAlignmentBottomRight = 8,
  DocumentAlignmentBottomCenter = 9
}
Visual Basic
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.