Xceed Words for .NET v5.1 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / PictureWatermark.ScaleOption Enumeration


In This Topic
    PictureWatermark.ScaleOption Enumeration
    In This Topic
    Contains the various options used for scaling a PictureWatermark.
    Syntax
    'Declaration
     
    Public Enum PictureWatermark.ScaleOption 
       Inherits System.Enum
    'Usage
     
    Dim instance As PictureWatermark.ScaleOption
    public enum PictureWatermark.ScaleOption : System.Enum 
    Members
    MemberDescription
    AutoThe PictureWatermark will be scaled automatically.
    Scale100percentThe scaling will respect the PictureWatermark's original size.
    Scale150percentThe PictureWatermark will be scaled at 150% of its original size.
    Scale200percentThe PictureWatermark will be scaled at 200% of its original size.
    Scale500percentThe PictureWatermark will be scaled five times bigger than its original size.
    Scale50percentThe PictureWatermark will be scaled at 50% of its original size.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Document.NET.PictureWatermark.ScaleOption

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also