Class PageWatermarkTextText

PageWatermarkTextText class

Specifies the text of the watermark. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagewatermarktexttext

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

Constructors

NameDescription
PageWatermarkTextText(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