function AnnotationObjectCount(Index: Integer): Integer;
| Index | Integer. Zero-based index of the annotation on the current page. An index outside AnnotationCount raises EPdfError. |
| Result | Integer. Number of page objects owned by that annotation, or 0 when the annotation draws from an appearance stream instead. |
ink と stamp 注釈はアートワークをページコンテンツではなくページオブジェクトとして保持するため、これは注釈が表示するものを検査・編集するためのエントリポイントです
他のサブタイプは通常 0 を返します。アピアランスは /AP ストリームから来ており、PDFium はそれをオブジェクトリストとして公開しません
カウントはライブ値です。AddPathToAnnotation や RemoveAnnotationObject の実行と同時に変化します