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