Search Results for

    Show / Hide Table of Contents

    Class AddTextHeaderFooterRequest

    Inheritance
    System.Object
    AddTextHeaderFooterRequest
    Implements
    Google.Protobuf.IMessage<AddTextHeaderFooterRequest>
    Google.Protobuf.IMessage
    System.IEquatable<AddTextHeaderFooterRequest>
    Google.Protobuf.IDeepCloneable<AddTextHeaderFooterRequest>
    Google.Protobuf.IBufferMessage
    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: IronPdfEngine.Proto
    Assembly: IronPdf.dll
    Syntax
    public sealed class AddTextHeaderFooterRequest : IMessage<AddTextHeaderFooterRequest>, IMessage, IEquatable<AddTextHeaderFooterRequest>, IDeepCloneable<AddTextHeaderFooterRequest>, IBufferMessage

    Constructors

    AddTextHeaderFooterRequest()

    Declaration
    public AddTextHeaderFooterRequest()

    AddTextHeaderFooterRequest(AddTextHeaderFooterRequest)

    Declaration
    public AddTextHeaderFooterRequest(AddTextHeaderFooterRequest other)
    Parameters
    Type Name Description
    AddTextHeaderFooterRequest other

    Fields

    BaseUrlFieldNumber

    Declaration
    public const int BaseUrlFieldNumber = 3
    Field Value
    Type Description
    System.Int32

    CenterTextFieldNumber

    Declaration
    public const int CenterTextFieldNumber = 13
    Field Value
    Type Description
    System.Int32

    DividerLineColorFieldNumber

    Declaration
    public const int DividerLineColorFieldNumber = 18
    Field Value
    Type Description
    System.Int32

    DocumentFieldNumber

    Declaration
    public const int DocumentFieldNumber = 1
    Field Value
    Type Description
    System.Int32

    DrawDividerLineFieldNumber

    Declaration
    public const int DrawDividerLineFieldNumber = 15
    Field Value
    Type Description
    System.Int32

    FirstPageNumberFieldNumber

    Declaration
    public const int FirstPageNumberFieldNumber = 5
    Field Value
    Type Description
    System.Int32

    FontFieldNumber

    Declaration
    public const int FontFieldNumber = 16
    Field Value
    Type Description
    System.Int32

    FontSizeFieldNumber

    Declaration
    public const int FontSizeFieldNumber = 17
    Field Value
    Type Description
    System.Int32

    IsHeaderFieldNumber

    Declaration
    public const int IsHeaderFieldNumber = 2
    Field Value
    Type Description
    System.Int32

    LeftTextFieldNumber

    Declaration
    public const int LeftTextFieldNumber = 12
    Field Value
    Type Description
    System.Int32

    MarginBottomMmFieldNumber

    Declaration
    public const int MarginBottomMmFieldNumber = 10
    Field Value
    Type Description
    System.Int32

    MarginLeftMmFieldNumber

    Declaration
    public const int MarginLeftMmFieldNumber = 7
    Field Value
    Type Description
    System.Int32

    MarginRightMmFieldNumber

    Declaration
    public const int MarginRightMmFieldNumber = 8
    Field Value
    Type Description
    System.Int32

    MarginTopMmFieldNumber

    Declaration
    public const int MarginTopMmFieldNumber = 9
    Field Value
    Type Description
    System.Int32

    PdfTitleFieldNumber

    Declaration
    public const int PdfTitleFieldNumber = 11
    Field Value
    Type Description
    System.Int32

    RightTextFieldNumber

    Declaration
    public const int RightTextFieldNumber = 14
    Field Value
    Type Description
    System.Int32

    TargetPageIndexesFieldNumber

    Declaration
    public const int TargetPageIndexesFieldNumber = 6
    Field Value
    Type Description
    System.Int32

    Properties

    BaseUrl

    Declaration
    public string BaseUrl { get; set; }
    Property Value
    Type Description
    System.String

    CenterText

    Declaration
    public string CenterText { get; set; }
    Property Value
    Type Description
    System.String

    Descriptor

    Declaration
    public static MessageDescriptor Descriptor { get; }
    Property Value
    Type Description
    Google.Protobuf.Reflection.MessageDescriptor

    DividerLineColor

    Declaration
    public string DividerLineColor { get; set; }
    Property Value
    Type Description
    System.String

    Document

    Declaration
    public PdfDocument Document { get; set; }
    Property Value
    Type Description
    PdfDocument

    DrawDividerLine

    Declaration
    public bool DrawDividerLine { get; set; }
    Property Value
    Type Description
    System.Boolean

    FirstPageNumber

    Declaration
    public int FirstPageNumber { get; set; }
    Property Value
    Type Description
    System.Int32

    Font

    Declaration
    public FontType Font { get; set; }
    Property Value
    Type Description
    FontType

    FontSize

    Declaration
    public double FontSize { get; set; }
    Property Value
    Type Description
    System.Double

    HasBaseUrl

    Declaration
    public bool HasBaseUrl { get; }
    Property Value
    Type Description
    System.Boolean

    HasCenterText

    Declaration
    public bool HasCenterText { get; }
    Property Value
    Type Description
    System.Boolean

    HasDividerLineColor

    Declaration
    public bool HasDividerLineColor { get; }
    Property Value
    Type Description
    System.Boolean

    HasDrawDividerLine

    Declaration
    public bool HasDrawDividerLine { get; }
    Property Value
    Type Description
    System.Boolean

    HasFirstPageNumber

    Declaration
    public bool HasFirstPageNumber { get; }
    Property Value
    Type Description
    System.Boolean

    HasFontSize

    Declaration
    public bool HasFontSize { get; }
    Property Value
    Type Description
    System.Boolean

    HasLeftText

    Declaration
    public bool HasLeftText { get; }
    Property Value
    Type Description
    System.Boolean

    HasMarginBottomMm

    Declaration
    public bool HasMarginBottomMm { get; }
    Property Value
    Type Description
    System.Boolean

    HasMarginLeftMm

    Declaration
    public bool HasMarginLeftMm { get; }
    Property Value
    Type Description
    System.Boolean

    HasMarginRightMm

    Declaration
    public bool HasMarginRightMm { get; }
    Property Value
    Type Description
    System.Boolean

    HasMarginTopMm

    Declaration
    public bool HasMarginTopMm { get; }
    Property Value
    Type Description
    System.Boolean

    HasPdfTitle

    Declaration
    public bool HasPdfTitle { get; }
    Property Value
    Type Description
    System.Boolean

    HasRightText

    Declaration
    public bool HasRightText { get; }
    Property Value
    Type Description
    System.Boolean

    IsHeader

    Declaration
    public bool IsHeader { get; set; }
    Property Value
    Type Description
    System.Boolean

    LeftText

    Declaration
    public string LeftText { get; set; }
    Property Value
    Type Description
    System.String

    MarginBottomMm

    Declaration
    public double MarginBottomMm { get; set; }
    Property Value
    Type Description
    System.Double

    MarginLeftMm

    Declaration
    public double MarginLeftMm { get; set; }
    Property Value
    Type Description
    System.Double

    MarginRightMm

    Declaration
    public double MarginRightMm { get; set; }
    Property Value
    Type Description
    System.Double

    MarginTopMm

    Declaration
    public double MarginTopMm { get; set; }
    Property Value
    Type Description
    System.Double

    Parser

    Declaration
    public static MessageParser<AddTextHeaderFooterRequest> Parser { get; }
    Property Value
    Type Description
    Google.Protobuf.MessageParser<AddTextHeaderFooterRequest>

    PdfTitle

    Declaration
    public string PdfTitle { get; set; }
    Property Value
    Type Description
    System.String

    RightText

    Declaration
    public string RightText { get; set; }
    Property Value
    Type Description
    System.String

    TargetPageIndexes

    Declaration
    public RepeatedField<int> TargetPageIndexes { get; }
    Property Value
    Type Description
    Google.Protobuf.Collections.RepeatedField<System.Int32>

    Methods

    CalculateSize()

    Declaration
    public int CalculateSize()
    Returns
    Type Description
    System.Int32

    ClearBaseUrl()

    Declaration
    public void ClearBaseUrl()

    ClearCenterText()

    Declaration
    public void ClearCenterText()

    ClearDividerLineColor()

    Declaration
    public void ClearDividerLineColor()

    ClearDrawDividerLine()

    Declaration
    public void ClearDrawDividerLine()

    ClearFirstPageNumber()

    Declaration
    public void ClearFirstPageNumber()

    ClearFontSize()

    Declaration
    public void ClearFontSize()

    ClearLeftText()

    Declaration
    public void ClearLeftText()

    ClearMarginBottomMm()

    Declaration
    public void ClearMarginBottomMm()

    ClearMarginLeftMm()

    Declaration
    public void ClearMarginLeftMm()

    ClearMarginRightMm()

    Declaration
    public void ClearMarginRightMm()

    ClearMarginTopMm()

    Declaration
    public void ClearMarginTopMm()

    ClearPdfTitle()

    Declaration
    public void ClearPdfTitle()

    ClearRightText()

    Declaration
    public void ClearRightText()

    Clone()

    Declaration
    public AddTextHeaderFooterRequest Clone()
    Returns
    Type Description
    AddTextHeaderFooterRequest

    Equals(AddTextHeaderFooterRequest)

    Declaration
    public bool Equals(AddTextHeaderFooterRequest other)
    Parameters
    Type Name Description
    AddTextHeaderFooterRequest other
    Returns
    Type Description
    System.Boolean

    Equals(Object)

    Declaration
    public override bool Equals(object other)
    Parameters
    Type Name Description
    System.Object other
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()

    MergeFrom(CodedInputStream)

    Declaration
    public void MergeFrom(CodedInputStream input)
    Parameters
    Type Name Description
    Google.Protobuf.CodedInputStream input

    MergeFrom(AddTextHeaderFooterRequest)

    Declaration
    public void MergeFrom(AddTextHeaderFooterRequest other)
    Parameters
    Type Name Description
    AddTextHeaderFooterRequest other

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    WriteTo(CodedOutputStream)

    Declaration
    public void WriteTo(CodedOutputStream output)
    Parameters
    Type Name Description
    Google.Protobuf.CodedOutputStream output

    Implements

    Google.Protobuf.IMessage<>
    Google.Protobuf.IMessage
    System.IEquatable<T>
    Google.Protobuf.IDeepCloneable<>
    Google.Protobuf.IBufferMessage

    Inherited members

    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    ☀
    ☾
    Downloads
    • Download with Nuget
    • Free 30-Day Trial Key
    In This Article
    Back to top
    Install with Nuget
    Want to deploy IronPDF to a live project for FREE?
    What’s included?
    30 days of fully-functional product
    Test and share in a live environment
    No watermarks in production
    Get your free 30-day Trial Key instantly.
    No credit card or account creation required
    Your Trial License Key has been emailed to you.
    Download IronPDF free to apply
    your Trial Licenses Key
    Install with NuGet View Licenses
    Licenses from $499. Have a question? Get in touch.