Skip to content

PDFBatesNumberAppearance

Namespace: O2S.Components.PDF4NET.Content

Defines the appearance of a Bates number that will be stamped on document's pages.

public class PDFBatesNumberAppearance

Inheritance ObjectPDFBatesNumberAppearance

Constructors

PDFBatesNumberAppearance()

Initializes a new PDFBatesNumberAppearance object.

public PDFBatesNumberAppearance()

Properties

Brush

Gets or sets the brush.

public PDFBrush Brush { get; set; }

Property Value

PDFBrush
The brush used to draw the Bates number on the page.


Font

Gets or sets the font.

public PDFFont Font { get; set; }

Property Value

PDFFont
The font used to draw the Bates number.


HorizontalAlign

Gets or sets the horizontal alignment.

public PDFStringHorizontalAlign HorizontalAlign { get; set; }

Property Value

PDFStringHorizontalAlign
The horizontal alignment of the Bates number.


Location

Gets or sets the location.

public PDFPoint Location { get; set; }

Property Value

PDFPoint
The location of the Bates number on the page.


VerticalAlign

Gets or sets the vertical alignment.

public PDFStringVerticalAlign VerticalAlign { get; set; }

Property Value

PDFStringVerticalAlign
The vertical alignment of the Bates number.