PdfSectionNumberField Class |
Namespace: Spire.Pdf.AutomaticFields
The PdfSectionNumberField type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
PdfSectionNumberField |
Initializes a new instance of theclass.
|
|
|
PdfSectionNumberField(PdfFontBase) |
Initializes a new instance of theclass.
|
|
|
PdfSectionNumberField(PdfFontBase, PdfBrush) |
Initializes a new instance of theclass.
|
|
|
PdfSectionNumberField(PdfFontBase, RectangleF) |
Initializes a new instance of theclass.
|
| Name | Description | |
|---|---|---|
|
|
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
.)
|
|
|
NumberStyle |
Gets or sets the number style.
(Inherited from
PdfMultipleNumberValueField
.)
|
|
|
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
.)
|
| 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
.)
|