'Declaration Public Overrides Function GetAppearance( _
ByVal appearanceStateСостояние внешнего вида.As PdfAnnotationAppearanceStateType, _
ByVal generateIfNeedЗначение, указывающее, нужно ли создавать нормальный внешний вид с помощью AppearanceGenerator, если нормальный внешний вид отсутствует.As Boolean _
) As Vintasoft.Imaging.Pdf.Tree.PdfFormXObjectResource
public override Vintasoft.Imaging.Pdf.Tree.PdfFormXObjectResource GetAppearance(
PdfAnnotationAppearanceStateType appearanceState,
bool generateIfNeed
)
public: Vintasoft.Imaging.Pdf.Tree.PdfFormXObjectResource* GetAppearance(
PdfAnnotationAppearanceStateType appearanceState,
bool generateIfNeed
); override
public:
Vintasoft.Imaging.Pdf.Tree.PdfFormXObjectResource^ GetAppearance(
PdfAnnotationAppearanceStateType appearanceState,
bool generateIfNeed
); override
Parameters
- appearanceState
- Состояние внешнего вида.
- generateIfNeed
- Значение, указывающее, нужно ли создавать нормальный внешний вид с помощью AppearanceGenerator, если нормальный внешний вид отсутствует.
Return Value
Нормальный вид этой аннотации.