Represents a fields which is calculated before the document saves.
Namespace: Spire.Pdf.AutomaticFieldsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public abstract class PdfAutomaticField : PdfGraphicsWidget
Public MustInherit Class PdfAutomaticField Inherits PdfGraphicsWidget
public ref class PdfAutomaticField abstract : public PdfGraphicsWidget
[<AbstractClassAttribute>] type PdfAutomaticField = class inherit PdfGraphicsWidget end
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| PdfAutomaticField()()()() | Initializes a new instance of the PdfAutomaticField class | |
| PdfAutomaticField(PdfFontBase) | Initializes a new instance of the PdfAutomaticField class | |
| PdfAutomaticField(PdfFontBase, PdfBrush) | Initializes a new instance of the PdfAutomaticField class | |
| PdfAutomaticField(PdfFontBase, RectangleF) | Initializes a new instance of the PdfAutomaticField class | |
| Bounds |
Gets or sets the bounds of the field.
| |
| Brush |
Gets or sets the brush.
| |
| Draw(PdfCanvas) |
Draws an element on the Graphics.
(Inherited from PdfGraphicsWidget.) | |
| Draw(PdfCanvas, PointF) |
Draws an element on the Graphics.
(Inherited from PdfGraphicsWidget.) | |
| Draw(PdfCanvas, Single, Single) |
Draws an element on the Graphics.
(Inherited from PdfGraphicsWidget.) | |
| DrawInternal(PdfCanvas) | (Overrides PdfGraphicsWidget..::..DrawInternal(PdfCanvas).) | |
| Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| Font |
Gets or sets the font.
| |
| GetBrush()()()() | ||
| GetFont()()()() | ||
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetSize()()()() | ||
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GetValue(PdfCanvas) | ||
| Location |
Gets or sets the location of the field.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Pen |
Gets or sets the pen.
| |
| PerformDraw(PdfCanvas, PointF, Single, Single) | ||
| Size |
Gets or sets the size of the field.
| |
| StringFormat |
Gets or sets the string format.
| |
| ToString()()()() |
Returns a String that represents the current Object.
(Inherited from Object.) |
Inheritance Hierarchy
System..::..Object
Spire.Pdf.Graphics..::..PdfGraphicsWidget
Spire.Pdf.AutomaticFields..::..PdfAutomaticField
Spire.Pdf.AutomaticFields..::..PdfDynamicField
Spire.Pdf.AutomaticFields..::..PdfStaticField
Spire.Pdf.Graphics..::..PdfGraphicsWidget
Spire.Pdf.AutomaticFields..::..PdfAutomaticField
Spire.Pdf.AutomaticFields..::..PdfDynamicField
Spire.Pdf.AutomaticFields..::..PdfStaticField