Class HeaderFooterLine
Defines a line of text for a header or footer. The line may contain text placed on the left, placed in the center, and/or placed on the right.
Inherited Members
Namespace: Accusoft.PrizmDocServer.Conversion
Assembly: PrizmDocServerSDK.dll
Syntax
public class HeaderFooterLine
Properties
Center
Gets or sets text to place in the center of the line.
Declaration
public string Center { get; set; }
Property Value
Type | Description |
---|---|
String |
Left
Gets or sets text to place on the left side of the line.
Declaration
public string Left { get; set; }
Property Value
Type | Description |
---|---|
String |
Right
Gets or sets text to place on the right side of the line.
Declaration
public string Right { get; set; }
Property Value
Type | Description |
---|---|
String |