PrizmDoc Server .NET SDK

Show / Hide Table of Contents

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.

Inheritance
Object
HeaderFooterLine
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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
Back to top © 2019-2020 Accusoft Corporation. All Rights Reserved.