menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AnnotationDataFormat - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AnnotationDataFormat

    Specifies the format of Export or Import annotation data.

    Inheritance
    System.Object
    AnnotationDataFormat
    Namespace: Syncfusion.Pdf.Parsing
    Assembly: Syncfusion.Pdf.UWP.dll
    Syntax
    public sealed class AnnotationDataFormat : Enum
    Examples
    //Load an existing document
    PdfLoadedDocument ldoc = new PdfLoadedDocument("Input.pdf");
    // Export the annotation data as FDF file
    ldoc.ExportAnnotations("Export.fdf", AnnotationDataFormat.Fdf, "Input.pdf");
    // Close the document
    ldoc.Close(true);
    'Load an existing document
    Dim ldoc As PdfLoadedDocument = New PdfLoadedDocument("Input.pdf")
    ' Export the annotation data as FDF file
    ldoc.ExportAnnotations("Export.fdf", AnnotationDataFormat.Fdf, "Input.pdf")
    ' Close the document
    ldoc.Close(true)

    Fields

    Fdf

    Specifies Forms Data Format file format

    Declaration
    public const AnnotationDataFormat Fdf
    Field Value
    Type
    AnnotationDataFormat

    Json

    Specifies JSON file format.

    Declaration
    public const AnnotationDataFormat Json
    Field Value
    Type
    AnnotationDataFormat

    XFdf

    Specifies XFDF file format.

    Declaration
    public const AnnotationDataFormat XFdf
    Field Value
    Type
    AnnotationDataFormat

    Extension Methods

    DateTimeExtension.ToDateTime(Object)

    See Also

    PdfLoadedDocument
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved