CoolWatermark
ContentsIndexHome
PreviousUpNext
IC.CoolWatermark.PositionStyle Enumeration

Specifies the watermark position, you can use some specified position if you do not want to count by yourself

C++
public: enum PositionStyle {
  Customize = 0,
  TopLeft,
  TopCenter,
  TopRight,
  MiddleLeft,
  MiddleCenter,
  MiddleRight,
  BottomLeft,
  BottomCenter,
  BottomRight
};
C#
public enum PositionStyle {
  Customize = 0,
  TopLeft,
  TopCenter,
  TopRight,
  MiddleLeft,
  MiddleCenter,
  MiddleRight,
  BottomLeft,
  BottomCenter,
  BottomRight
}
Visual Basic
Public Enum PositionStyle
  Customize = 0,
  TopLeft,
  TopCenter,
  TopRight,
  MiddleLeft,
  MiddleCenter,
  MiddleRight,
  BottomLeft,
  BottomCenter,
  BottomRight
End Enum
Members

Customize
Specifies the position of watermark is customized, Position must be assigned if this value is set
TopLeft
Specifies the position of watermark is on the top-left of image
TopCenter
Specifies the position of watermark is on the top-center of image
TopRight
Specifies the position of watermark is on the top-right of image
MiddleLeft
Specifies the position of watermark is on the middle-left of image
MiddleCenter
Specifies the position of watermark is on the middle-center of image
MiddleRight
Specifies the position of watermark is on the middle-right of image
BottomLeft
Specifies the position of watermark is on the bottom-left of image
BottomCenter
Specifies the position of watermark is on the bottom-center of image
BottomRight
Specifies the position of watermark is on the bottom-right of image

Send comments about this topic.
Copyright (c) ImageComponent.NET 2006. All rights reserved.