PdfCompositeField Class |
Namespace: Spire.Pdf.AutomaticFields
The PdfCompositeField type exposes the following members.
Name | Description | |
---|---|---|
![]() |
PdfCompositeField |
Initializes a new instance of theclass.
|
![]() |
PdfCompositeField(PdfFontBase) |
Initializes a new instance of theclass.
|
![]() |
PdfCompositeField(String, PdfAutomaticField ) |
Initializes a new instance of theclass.
|
![]() |
PdfCompositeField(PdfFontBase, PdfBrush) |
Initializes a new instance of theclass.
|
![]() |
PdfCompositeField(PdfFontBase, String) |
Initializes a new instance of theclass.
|
![]() |
PdfCompositeField(PdfFontBase, PdfBrush, String) |
Initializes a new instance of theclass.
|
![]() |
PdfCompositeField(PdfFontBase, String, PdfAutomaticField ) |
Initializes a new instance of theclass.
|
![]() |
PdfCompositeField(PdfFontBase, PdfBrush, String, PdfAutomaticField ) |
Initializes a new instance of theclass.
|
Name | Description | |
---|---|---|
![]() |
AutomaticFields |
Gets or sets the automatic fields.
|
![]() |
Bounds |
Gets or sets the bounds of the field.
(Inherited from
PdfAutomaticField
.)
|
![]() |
Brush |
Gets or sets the brush.
(Inherited from
PdfAutomaticField
.)
|
![]() |
Font |
Gets or sets the font.
(Inherited from
PdfAutomaticField
.)
|
![]() |
Location |
Gets or sets the location of the field.
(Inherited from
PdfAutomaticField
.)
|
![]() |
Pen |
Gets or sets the pen.
(Inherited from
PdfAutomaticField
.)
|
![]() |
Size |
Gets or sets the size of the field.
(Inherited from
PdfAutomaticField
.)
|
![]() |
StringFormat |
Gets or sets the string format.
(Inherited from
PdfAutomaticField
.)
|
![]() |
Text |
Gets or sets the text.
|
Name | Description | |
---|---|---|
![]() |
Draw(PdfCanvas) |
Draws an element on the Graphics.
(Inherited from
PdfGraphicsWidget
.)
|
![]() |
Draw(PdfCanvas, PointF) |
Draws an element on the Graphics.
(Inherited from
PdfGraphicsWidget
.)
|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
GetValue | (Overrides PdfAutomaticField.GetValue(PdfCanvas) .) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
PerformDraw | (Inherited from PdfMultipleValueField .) |
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|