Class PdfAppearance
- Namespace
- iTextSharp.text.pdf
- Assembly
- iTextSharp.LGPLv2.Core.dll
Implements the appearance stream to be used with form fields..
public class PdfAppearance : PdfTemplate
- Inheritance
-
PdfAppearance
- Inherited Members
Fields
StdFieldFontNames
public static INullValueDictionary<string, PdfName> StdFieldFontNames
Field Value
Properties
Duplicate
public override PdfContentByte Duplicate { get; }
Property Value
Methods
CreateAppearance(PdfWriter, float, float)
Creates a new appearance to be used with form fields.
public static PdfAppearance CreateAppearance(PdfWriter writer, float width, float height)
Parameters
Returns
- PdfAppearance
the appearance created
SetFontAndSize(BaseFont, float)
Set the font and the size for the subsequent text writing.
public override void SetFontAndSize(BaseFont bf, float size)