此介面已在 Linux 和 Windows 的 FRE 中實作。
方法
| 名稱 | 說明 |
|---|---|
| GetFileName | 回傳包含影像檔案路徑的 string。 |
| GetPagesToProcess | 指定檔案中應處理的頁面索引。NULL 表示處理所有頁面。 |
| GetPassword | 回傳受密碼保護的 PDF 檔案所需的密碼。此方法僅適用於加密 PDF 檔案。 |
輸出參數
範例
C# 程式碼
C# 程式碼
| 名稱 | 說明 |
|---|---|
| GetFileName | 回傳包含影像檔案路徑的 string。 |
| GetPagesToProcess | 指定檔案中應處理的頁面索引。NULL 表示處理所有頁面。 |
| GetPassword | 回傳受密碼保護的 PDF 檔案所需的密碼。此方法僅適用於加密 PDF 檔案。 |
C# 程式碼
{
return null;
}
public string GetFileName()
{
return fileName;
}
public string GetPassword()
{
return null;
}
private string fileName;
}
這個頁面有幫助嗎?