WatermarkSizingType Property |
Gets or sets a value specifying a way watermark should be sized.
Namespace: GroupDocs.WatermarkAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic SizingType SizingType { get; set; }
Public Property SizingType As SizingType
Get
Set
public:
property SizingType SizingType {
SizingType get ();
void set (SizingType value);
}
member SizingType : SizingType with get, set
Property Value
Type:
SizingTypeThe sizing type.
See Also