'Declaration Public Overloads Overridable Function CreateAppearanceGraphics( _
ByVal stateThe appearance state.As PdfAnnotationAppearanceStateType, _
ByVal nameThe name of appearance state.As System.String _
) As Vintasoft.Imaging.Pdf.Drawing.PdfGraphics
public virtual Vintasoft.Imaging.Pdf.Drawing.PdfGraphics CreateAppearanceGraphics(
PdfAnnotationAppearanceStateType state,
System.String name
)
public: virtual Vintasoft.Imaging.Pdf.Drawing.PdfGraphics* CreateAppearanceGraphics(
PdfAnnotationAppearanceStateType state,
System.String name
)
public:
virtual Vintasoft.Imaging.Pdf.Drawing.PdfGraphics^ CreateAppearanceGraphics(
PdfAnnotationAppearanceStateType state,
System.String name
)
Parameters
- state
- The appearance state.
- name
- The name of appearance state.
Return Value
A new PdfGraphics instance.