GetPageAssociatedFileCount

임베디드 파일

설명

한 페이지가 /AF 배열에 담고 있는 연관 파일 수를 반환합니다

구문

Delphi

Function GetPageAssociatedFileCount(PageNumber: Integer): Integer;

반환 값

N페이지 /AF 항목 수이며 바인딩이 없는 페이지나 잘못된 페이지 번호는 0입니다

비고

각 항목은 하나의 파일 명세에 대응합니다. 내장된 스트림은 GetPageAssociatedFileEmbeddedIndex로 해석하십시오

예제

for I:= 1 to PDF.PageCount do Count:= Count+ PDF.GetPageAssociatedFileCount(I);

참고 항목

AddAssociatedFileFromString, GetAssociatedFileCount