Class PageWatermarkTextColor

PageWatermarkTextColor class

Defines the sRGB color for the watermark text. Format is ARGB: #AARRGGBB. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagewatermarktextcolor

public sealed class PageWatermarkTextColor : StringParameterInit, IDocumentPrintTicketItem, 
    IJobPrintTicketItem, IPagePrintTicketItem

Constructors

NameDescription
PageWatermarkTextColor(string)Creates a new instance.

Properties

NameDescription
virtual MaxLength { get; }For string values, defines the longest allowed string.
virtual MinLength { get; }For string values, defines the shortest allowed string.
Name { get; }Gets the element name.

See Also