PdfButtonField
DrawAppearance Method
|
Draws the appearance.
Namespace:
Spire.Pdf.Fields
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected override void DrawAppearance(
PdfTemplate template
)
Protected Overrides Sub DrawAppearance (
template As PdfTemplate
)
protected:
virtual void DrawAppearance(
PdfTemplate^ template
) override
abstract DrawAppearance :
template : PdfTemplate -> unit
override DrawAppearance :
template : PdfTemplate -> unit
Parameters
-
template
-
Type:
Spire.Pdf.Graphics
PdfTemplate
The template.
See Also