Size Class
Watermark size.
Inheritance Hierarchy
SystemObject
  GroupDocs.Viewer.OptionsSize

Namespace: GroupDocs.Viewer.Options
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
public class Size

The Size type exposes the following members.

Constructors
  NameDescription
Public methodSize
Initializes new instance of Size class.
Properties
  NameDescription
Public propertyRelativeSize
The watermark text size in percentages in relation to page width. Valid values are between 1 and 100.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Fields
  NameDescription
Public fieldStatic memberFullSize
The maximum size of watermark text that fits page.
Public fieldStatic memberHalfSize
The half of the maximum size of watermark text that fits page.
Public fieldStatic memberOneThird
The one third of the maximum size of watermark text that fits page.
See Also