Class PageWatermarkTextAngle

PageWatermarkTextAngle class

Specifies the angle of the watermark text relative to the

PageImageableSizeWidth

direction. The angle is measured in the counter-clockwise direction. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagewatermarktextangle

public sealed class PageWatermarkTextAngle : IntegerParameterInit, IDocumentPrintTicketItem, 
    IJobPrintTicketItem, IPagePrintTicketItem

Constructors

NameDescription
PageWatermarkTextAngle(int)Creates a new instance.

Properties

NameDescription
virtual MaxValue { get; }For integer- or decimal-valued parameters, defines the largest allowed value.
virtual MinValue { get; }For integer- or decimal-valued parameters, defines the smallest allowed value.
virtual Multiple { get; }For integer- or decimal-valued parameters, the value of the parameter should be a multiple of this number.
Name { get; }Gets the element name.

See Also