Sort Score
Result 10 results
Languages All
Labels All
Results 3,201 - 3,210 of 7,606 for

annotation

(0.07 sec)
  1. 如何使用 C++ 刪除 Freetext 註釋 | Aspose.PDF

    用於在任何平台上刪除 Freetext PDF 檔中C++註釋的原始程式碼... Annotations . Where ( a => a . AnnotationType...document . Pages [ 1 ]. Annotations . Delete ( ca ); } document...

    products.aspose.com/pdf/zh-hant/cpp/annotation/...
  2. 如何使用 C++ 刪除 Strikeout 註釋 | Aspose.PDF

    用於在任何平台上刪除 Strikeout PDF 檔中C++註釋的原始程式碼... Annotations . Where ( a => a . AnnotationType...document . Pages [ 1 ]. Annotations . Delete ( ca ); } document...

    products.aspose.com/pdf/zh-hant/cpp/annotation/...
  3. 如何使用 .NET 刪除 Text 註釋 | Aspose.PDF

    C# 上的原始程式碼,用於刪除 Text 通過 COM 互操作在 .NET 框架、.NET Core 和 PHP、VBScript、德爾福C++上的批注。... Annotations . Where ( a => a . AnnotationType...document . Pages [ 1 ]. Annotations . Delete ( ca ); } document...

    products.aspose.com/pdf/zh-hant/net/annotation/...
  4. 如何使用 .NET 刪除 Freetext 註釋 | Aspose.PDF

    C# 上的原始程式碼,用於刪除 Freetext 通過 COM 互操作在 .NET 框架、.NET Core 和 PHP、VBScript、德爾福C++上的批注。... Annotations . Where ( a => a . AnnotationType...document . Pages [ 1 ]. Annotations . Delete ( ca ); } document...

    products.aspose.com/pdf/zh-hant/net/annotation/...
  5. PDF 表单。通过 C++ 进行管理 | Aspose.PDF

    在任何具有 C++ 语言的平台上的 PDF 文件中,使用这个简单的演示源代码管理 PDF 表单。...MakeObject < Aspose :: Pdf :: Annotations :: Border > ( textBoxField...MakeObject < Aspose :: Pdf :: Annotations :: Dash > ( 1 , 1 )); textBoxField...

    products.aspose.com/pdf/zh-hans/cpp/acroforms/
  6. PDF 문서 압축하기 | Aspose.PDF

    Aspose.PDF 라이브러리를 사용하여 이 샘플 코드를 사용하여 모든 플랫폼에서 프로그래밍 방식으로 PDF 파일을 최적화합니다....infilename ); // Flatten annotations for ( auto page : document...auto annotation : page -> get_Annotations ()) { annotation -> Flatten...

    products.aspose.com/pdf/ko/compress/
  7. XFDF形式の注釈をインポートおよびエクスポートする方法 | Aspose.PDF for C...

    C++とAspose.PDF for C++ライブラリを使用してXFDF形式で注釈をインポートおよびエクスポートできます。...methods to import and export annotations data to XFDF files. XFDF...with import and export of annotations to XFDF file. PDFAnnotationEditor...

    docs.aspose.com/pdf/ja/cpp/import-export-xfdf/
  8. Extraire des données d'un tableau dans un PDF|A...

    Apprenez à extraire des données tabulaires d'un PDF en utilisant Aspose.PDF pour C++....un tableau marqué avec une annotation carrée : void ExtractMarkedTable...MakeObject < Aspose :: Pdf :: Annotations :: SquareAnnotation > ( page...

    docs.aspose.com/pdf/fr/cpp/extract-data-from-ta...
  9. PDF 툴팁을 C++를 사용하여 추가하기|Aspose.PDF for C++

    C++ 및 Aspose.PDF를 사용하여 PDF의 텍스트 조각에 툴팁을 추가하는 방법을 배워보세요....Annotations.HideAction 클래스를 사용하여 텍스트...get_Flags () | Aspose :: Pdf :: Annotations :: AnnotationFlags :: Hidden...

    docs.aspose.com/pdf/ko/cpp/pdf-tooltip/
  10. Create PDF Forms using C++ | Aspose.PDF

    Create PDF forms and add fields programmatically with C++ sample code using Aspose.PDF for C++....MakeObject < Aspose :: Pdf :: Annotations :: Border > ( textBoxField...MakeObject < Aspose :: Pdf :: Annotations :: Dash > ( 1 , 1 )); textBoxField...

    products.aspose.com/pdf/cpp/acroforms/create/